summaryrefslogtreecommitdiff
path: root/core/js
diff options
context:
space:
mode:
Diffstat (limited to 'core/js')
-rw-r--r--core/js/menu.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/js/menu.js b/core/js/menu.js
index b5f0a6ee..57484f3f 100644
--- a/core/js/menu.js
+++ b/core/js/menu.js
@@ -15,9 +15,9 @@ $("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;
+// } else if (href.match("^#") == "#") {
+// alert("Display href: " + href.substring(1) + "in a popup");
+// return false;
}
return true;
});