From f5a60363b1c6df098b7b9ad68f05d8cbcb03d9ff Mon Sep 17 00:00:00 2001 From: Michael J Rubinsky Date: Mon, 4 Jul 2016 14:58:52 -0400 Subject: [PATCH] Hide this, won't be implemented until much later. --- ansel/js/ansel.js | 5 +++-- ansel/templates/dynamic/sidebar.html.php | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ansel/js/ansel.js b/ansel/js/ansel.js index 98b57183263..f94bc5ddd7a 100644 --- a/ansel/js/ansel.js +++ b/ansel/js/ansel.js @@ -146,7 +146,7 @@ AnselCore = case 'me': case 'all': - case 'subscribed': + //case 'subscribed': if (subview != 'image') { $('anselNav' + locCap).addClassName('horde-subnavi-active'); if ($('anselMenu' + subview.capitalize())) { @@ -357,7 +357,8 @@ AnselCore = */ closeView: function(loc, subview) { - $w('Me All Subscribed').each(function(a) { + // $w('Me All Subscribed').each(function(a) { + $w('Me All').each(function(a) { a = $('anselNav' + a); if (a) { a.removeClassName('horde-subnavi-active'); diff --git a/ansel/templates/dynamic/sidebar.html.php b/ansel/templates/dynamic/sidebar.html.php index 9c9973f81ed..2dfac6431ed 100644 --- a/ansel/templates/dynamic/sidebar.html.php +++ b/ansel/templates/dynamic/sidebar.html.php @@ -19,12 +19,12 @@
-
+