From fb31f629c6c7f14bf6fd6d45f1d1ccb6ba403a7b Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 5 Apr 2017 14:12:18 +0200 Subject: update bd-dev and remove hotfix --- view/theme/redbasic/js/redbasic.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'view') diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js index fb048518e..14b977b80 100644 --- a/view/theme/redbasic/js/redbasic.js +++ b/view/theme/redbasic/js/redbasic.js @@ -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(''); if( $('#css3-calc').width() == 10) { -- cgit v1.2.3