From 96a4cbd8d1135f9687d8c2c6cdce73d5e4fc6da9 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 23 Apr 2013 10:16:16 -0400 Subject: [PATCH] fixed menu "active" state --- public/src/ajaxify.js | 1 - public/templates/footer.tpl | 21 ++++++++++++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/public/src/ajaxify.js b/public/src/ajaxify.js index a1446dedc7..17a64a6563 100644 --- a/public/src/ajaxify.js +++ b/public/src/ajaxify.js @@ -37,7 +37,6 @@ var ajaxify = {}; if (ajaxify.go(url)) { ev.preventDefault(); - return false; } } diff --git a/public/templates/footer.tpl b/public/templates/footer.tpl index 4e2b13df84..559db431c6 100644 --- a/public/templates/footer.tpl +++ b/public/templates/footer.tpl @@ -1,3 +1,22 @@ - + + + \ No newline at end of file