diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/js/wiki.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/js/wiki.js b/static/js/wiki.js index 4b87549..6680029 100644 --- a/static/js/wiki.js +++ b/static/js/wiki.js @@ -70,6 +70,9 @@ jQuery(function ($) { $('.aloha-floatingmenu').click(function(event) { event.stopPropagation(); }); + $('.aloha-sidebar-bar').click(function(event) { + event.stopPropagation(); + }); $('#wiki-page-content').click(function() { $$('#wiki-page-content').aloha(); |