aboutsummaryrefslogtreecommitdiff
path: root/javascript/initialise_elgg.js
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/initialise_elgg.js')
-rw-r--r--javascript/initialise_elgg.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/javascript/initialise_elgg.js b/javascript/initialise_elgg.js
index 0fb6246f1..0ee6b360e 100644
--- a/javascript/initialise_elgg.js
+++ b/javascript/initialise_elgg.js
@@ -1,14 +1,4 @@
$(document).ready(function () {
-
- // elggtoolbar - close all drawer elements on pageload
- $('li.drawer ul').hide();
-
- // elggtoolbar
- $('h2.drawer-handle').click(function () {
- $('li.drawer ul:visible').slideUp('medium').prev().removeClass('open');
- $(this).addClass('open').next().slideDown('fast');
- return false;
- });
// toggle widget box contents
$('a.toggle_box_contents').bind('click', toggleContent);