summaryrefslogtreecommitdiff
path: root/views/default/n1_theme/js.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-10-09 04:49:56 +0200
committerSem <sembrestels@riseup.net>2012-10-09 04:49:56 +0200
commite965969e0d86520fe43a56fbd62d8505dfed78c5 (patch)
tree64f15d7dcaf954b334b6e85a19fe888e08062e34 /views/default/n1_theme/js.php
parent4ded39b120dc9f2829f87c6af132f1b2cc14ab7f (diff)
downloadsaravea_theme-e965969e0d86520fe43a56fbd62d8505dfed78c5.tar.gz
saravea_theme-e965969e0d86520fe43a56fbd62d8505dfed78c5.tar.bz2
Deleting files from previous master branch.
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();
- });
-});