summaryrefslogtreecommitdiff
path: root/core/js
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-12-08 00:23:33 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-12-08 00:23:33 +0000
commitee2299d6d0710cb59e6b123746e7a99efff10c6d (patch)
tree5d294c25fe17eed7d8dc80fd562c5c946c2a717a /core/js
parentbd033cda8fa93ade32d6fdef53a4d46397e1a372 (diff)
Restructure Menu processing to respect the differnent types of menu items (Menu's, Menu_Link, Menu_Dialog)
Diffstat (limited to 'core/js')
-rw-r--r--core/js/menu.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/js/menu.js b/core/js/menu.js
index 57484f3f..7ca166e7 100644
--- a/core/js/menu.js
+++ b/core/js/menu.js
@@ -15,9 +15,6 @@ $("document").ready(function() {
var href = $(this).attr("href");
if (href == "#") {
return false;
-// } else if (href.match("^#") == "#") {
-// alert("Display href: " + href.substring(1) + "in a popup");
-// return false;
}
return true;
});