From e24b879a0a2f10cd2e8ef21d4b3c914132154cd5 Mon Sep 17 00:00:00 2001 From: Anon Ray Date: Mon, 20 Jan 2014 18:14:43 +0530 Subject: [PATCH] FIX: Navigation Menu highlight issue - Fix the highlighting issue in navigation menu when navigating to different pages. - Fix some small UI issues in the editor --- mouchak/static/js/mouchak.js | 37 ++++++++++++++++++++++++------------- mouchak/templates/editor.html | 40 ++++++++++++++++++++-------------------- 2 files changed, 44 insertions(+), 33 deletions(-) diff --git a/mouchak/static/js/mouchak.js b/mouchak/static/js/mouchak.js index 16c7b29..5aa0c27 100644 --- a/mouchak/static/js/mouchak.js +++ b/mouchak/static/js/mouchak.js @@ -54,7 +54,7 @@ var NavigationView = Backbone.View.extend({ //console.log('rendering custom menu..'); this.$el.append(this.model.get('html')); } - this.$links = $('.nav li'); + this.$links = $('.nav > li'); if(!this.$links) { throw new Error('Ill-formed menu! Please check you have