diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2008-12-08 00:23:33 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-12-08 00:23:33 +0000 |
commit | ee2299d6d0710cb59e6b123746e7a99efff10c6d (patch) | |
tree | 5d294c25fe17eed7d8dc80fd562c5c946c2a717a /core/js/menu.js | |
parent | bd033cda8fa93ade32d6fdef53a4d46397e1a372 (diff) |
Restructure Menu processing to respect the differnent types of menu items (Menu's, Menu_Link, Menu_Dialog)
Diffstat (limited to 'core/js/menu.js')
-rw-r--r-- | core/js/menu.js | 3 |
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; }); |