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, 7 insertions, 0 deletions
diff --git a/views/default/n1_theme/js.php b/views/default/n1_theme/js.php
new file mode 100644
index 0000000..bed07f4
--- /dev/null
+++ b/views/default/n1_theme/js.php
@@ -0,0 +1,7 @@
+$(function(){
+ $('.elgg-menu-item-groups').hover(function(){
+ $('#topbar-groups').show();
+ }, function() {
+ $('#topbar-groups').hide();
+ });
+});