aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-04-05 14:12:18 +0200
committerMario Vavti <mario@mariovavti.com>2017-04-05 14:12:18 +0200
commitfb31f629c6c7f14bf6fd6d45f1d1ccb6ba403a7b (patch)
tree889c9a5818a76432506d4e4e25e42cb4f6168a26 /view
parent50612565e97bcb20a822f94766fb5e1bd38f7cda (diff)
downloadvolse-hubzilla-fb31f629c6c7f14bf6fd6d45f1d1ccb6ba403a7b.tar.gz
volse-hubzilla-fb31f629c6c7f14bf6fd6d45f1d1ccb6ba403a7b.tar.bz2
volse-hubzilla-fb31f629c6c7f14bf6fd6d45f1d1ccb6ba403a7b.zip
update bd-dev and remove hotfix
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/js/redbasic.js7
1 files changed, 0 insertions, 7 deletions
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('<div id="css3-calc" style="width: 10px; width: calc(10px + 10px); display: none;"></div>');
if( $('#css3-calc').width() == 10) {