summaryrefslogtreecommitdiff
path: root/views/default/n1_theme/js.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/n1_theme/js.php')
-rw-r--r--views/default/n1_theme/js.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/views/default/n1_theme/js.php b/views/default/n1_theme/js.php
deleted file mode 100644
index bed07f4..0000000
--- a/views/default/n1_theme/js.php
+++ /dev/null
@@ -1,7 +0,0 @@
-$(function(){
- $('.elgg-menu-item-groups').hover(function(){
- $('#topbar-groups').show();
- }, function() {
- $('#topbar-groups').hide();
- });
-});