aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/js/redbasic.js
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-04-05 17:11:35 -0700
committerzotlabs <mike@macgirvin.com>2017-04-05 17:11:35 -0700
commite442fe753e7740be82485d4ab50d0adfb489ea4d (patch)
tree64da97583e1920f7e4fd926a2d186c18b85b3d9e /view/theme/redbasic/js/redbasic.js
parentf2f2b534e611c37105b1dc56470735c13641c944 (diff)
parenta4f6c24273f5ba321b7255ec228f677483fd3fa3 (diff)
downloadvolse-hubzilla-e442fe753e7740be82485d4ab50d0adfb489ea4d.tar.gz
volse-hubzilla-e442fe753e7740be82485d4ab50d0adfb489ea4d.tar.bz2
volse-hubzilla-e442fe753e7740be82485d4ab50d0adfb489ea4d.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'view/theme/redbasic/js/redbasic.js')
-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) {