update bd-dev and remove hotfix

This commit is contained in:
Mario Vavti
2017-04-05 14:12:18 +02:00
parent 50612565e9
commit fb31f629c6
8 changed files with 64 additions and 60 deletions

View File

@@ -3,13 +3,6 @@
*/
$(document).ready(function() {
//this is a hotfix to make collapsible bs panels work again. this needs fixing in bootstrap.
$('a').on('click', function(e) {
if($(this).data('toggle') == 'collapse') {
e.preventDefault();
}
});
// CSS3 calc() fallback (for unsupported browsers)
$('body').append('<div id="css3-calc" style="width: 10px; width: calc(10px + 10px); display: none;"></div>');
if( $('#css3-calc').width() == 10) {