From ee2299d6d0710cb59e6b123746e7a99efff10c6d Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 8 Dec 2008 00:23:33 +0000 Subject: Restructure Menu processing to respect the differnent types of menu items (Menu's, Menu_Link, Menu_Dialog) --- core/js/menu.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/js/menu.js') 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; }); -- cgit v1.2.3