From 30b9f20250e8786e747342ccd82931d1c13b59cc Mon Sep 17 00:00:00 2001 From: gschwab Date: Thu, 13 Feb 2014 09:29:05 +0100 Subject: [PATCH] Highlighting for dropdown item fixed --- .../system/aardvark/frontend/js/templates/dbSelectionView.ejs | 2 +- .../system/aardvark/frontend/js/templates/navigationView.ejs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/apps/system/aardvark/frontend/js/templates/dbSelectionView.ejs b/js/apps/system/aardvark/frontend/js/templates/dbSelectionView.ejs index 8cb2514e9f..161505766b 100644 --- a/js/apps/system/aardvark/frontend/js/templates/dbSelectionView.ejs +++ b/js/apps/system/aardvark/frontend/js/templates/dbSelectionView.ejs @@ -22,6 +22,6 @@ if (list.length > 1) { %> <% if (current === "_system") { %> -
  • Manage DBs
  • + <% } %> diff --git a/js/apps/system/aardvark/frontend/js/templates/navigationView.ejs b/js/apps/system/aardvark/frontend/js/templates/navigationView.ejs index a539ac222e..2f591ec3bf 100644 --- a/js/apps/system/aardvark/frontend/js/templates/navigationView.ejs +++ b/js/apps/system/aardvark/frontend/js/templates/navigationView.ejs @@ -1,7 +1,7 @@