aboutsummaryrefslogtreecommitdiff
path: root/views/default/js/topbar.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/js/topbar.php')
-rw-r--r--views/default/js/topbar.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/views/default/js/topbar.php b/views/default/js/topbar.php
deleted file mode 100644
index 763d0fc7a..000000000
--- a/views/default/js/topbar.php
+++ /dev/null
@@ -1,3 +0,0 @@
-elgg.provide('elgg.topbar');
-elgg.topbar.init = function() {$('.elgg-menu-topbar .elgg-menu-parent').live('click', function(event) {$(this).toggleClass('elgg-menu-opened elgg-menu-closed').siblings().toggleClass('elgg-state-active');return false;});$('body').live('click', function(event) {$('.elgg-menu-topbar .elgg-child-menu.elgg-state-active').each(function() {if ($(this).has(event.target).length == 0 && !$(this).is(event.target)) {$(this).removeClass('elgg-state-active').siblings().removeClass('elgg-menu-opened').addClass('elgg-menu-closed');}});});};
-elgg.register_hook_handler('init', 'system', elgg.topbar.init); \ No newline at end of file