aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-28 23:44:50 +0200
committerMario Vavti <mario@mariovavti.com>2017-03-28 23:44:50 +0200
commit5564b47dbc640b30a8090a6138f0c2f841accbe9 (patch)
tree6033b4bc931163ecc62c46953a77e8de187a6ce0 /view/theme
parent28ad60f892f1cdebe704e4bc1aa964d3366f4dcf (diff)
downloadvolse-hubzilla-5564b47dbc640b30a8090a6138f0c2f841accbe9.tar.gz
volse-hubzilla-5564b47dbc640b30a8090a6138f0c2f841accbe9.tar.bz2
volse-hubzilla-5564b47dbc640b30a8090a6138f0c2f841accbe9.zip
minor bs4 fixes
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/js/redbasic.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js
index 4d9a1d6cc..fb048518e 100644
--- a/view/theme/redbasic/js/redbasic.js
+++ b/view/theme/redbasic/js/redbasic.js
@@ -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();