From 4c4c38fc9c6341b783371f68fb58dbdb6d0f09ec Mon Sep 17 00:00:00 2001 From: German Correa Date: Wed, 28 Nov 2018 16:33:13 -0300 Subject: [PATCH] fix menu active painting --- public/js/app.js | 2 +- templates/header.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/js/app.js b/public/js/app.js index e025df8..851b40f 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -12,7 +12,7 @@ function routeMenu(){ $("li#committees").addClass("active"); break;*/ case "/plenaryspeakers": - $("li#plenaryspeakers").addClass("active"); + $("li#speakers").addClass("active"); break; case "/registrarse": $("li#registration").addClass("active"); diff --git a/templates/header.html b/templates/header.html index f321833..3fa55a2 100644 --- a/templates/header.html +++ b/templates/header.html @@ -35,7 +35,7 @@