Skip to content

Commit

Permalink
Hide this, won't be implemented until much later.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jul 4, 2016
1 parent 2483a72 commit f5a6036
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions ansel/js/ansel.js
Expand Up @@ -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())) {
Expand Down Expand Up @@ -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');
Expand Down
4 changes: 2 additions & 2 deletions ansel/templates/dynamic/sidebar.html.php
Expand Up @@ -19,12 +19,12 @@
<div class="horde-subnavi-point"><?php echo _("All") ?></div>
</div>
<!-- TODO -->
<div id="anselNavSubscribed" class="horde-subnavi">
<!-- <div id="anselNavSubscribed" class="horde-subnavi">
<div class="horde-subnavi-icon">
<a class="icon"></a>
</div>
<div class="horde-subnavi-point"><?php echo _("Subscribed") ?></div>
</div>
</div> -->
</div>
</div>
<div class="horde-sidebar-split"></div>
Expand Down

0 comments on commit f5a6036

Please sign in to comment.