Skip to content

Commit

Permalink
I don't know why I made watchlist star hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
grigolet committed Apr 27, 2016
1 parent e9911bd commit 4a21b40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Neverland.php
Expand Up @@ -803,11 +803,9 @@ private function renderNavigation( $elements ) {
}
if ($link['id'] == 'ca-watch') {
$fa_icon = 'fa fa-star';
$hidden = "style='visibility:hidden'";
}
if ($link['id'] == 'ca-unwatch') {
$fa_icon = 'fa fa-star';
$hidden = "style='visibility:hidden'";
}
?>
<i class="<?php echo $fa_icon ?> icon-black" <?php echo $hidden ?> ></i>
Expand Down

0 comments on commit 4a21b40

Please sign in to comment.