minor bs4 fixes

This commit is contained in:
Mario Vavti
2017-03-28 23:44:50 +02:00
parent 28ad60f892
commit 5564b47dbc
4 changed files with 12 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
*/
$(document).ready(function() {
//this is a hotfix to make collapsible bs panels work again. this needs fixing in templates.
//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();