app/soc/content/js/menu-081026.js
changeset 449 a4dc4c9e7356
parent 448 075360be6743
child 450 365c2cc68bd7
--- a/app/soc/content/js/menu-081026.js	Fri Nov 07 22:24:01 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-$(function() {
-  var li = $('#side #menu span').parents('li').filter(':has(ul)');
-  li.children('a').dblclick(function() {
-    window.location = $(this).attr('href');
-  }).add(li.children('span')).click(function() {
-    $($(this).parents('li')[0]).toggleClass('closed').children("ul").toggle();
-    return false;
-  });
-});
-$(function() {
-  var li = $('#side #menu span').parents('li').filter(':has(ul)');
-  li.children('a').dblclick(function() {
-    window.location = $(this).attr('href');
-  }).add(li.children('span')).click(function() {
-    $($(this).parents('li')[0]).toggleClass('closed').children("ul").toggle();
-    return false;
-  });
-});
-$(function() {
-  var li = $('#side #menu span').parents('li').filter(':has(ul)');
-  li.children('a').dblclick(function() {
-    window.location = $(this).attr('href');
-  }).add(li.children('span')).click(function() {
-    $($(this).parents('li')[0]).toggleClass('closed').children("ul").toggle();
-    return false;
-  });
-});