Skip to content

Commit 4a21b40

Browse files
committedApr 27, 2016
I don't know why I made watchlist star hidden
1 parent e9911bd commit 4a21b40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎Neverland.php

-2
Original file line numberDiff line numberDiff line change
@@ -803,11 +803,9 @@ private function renderNavigation( $elements ) {
803803
}
804804
if ($link['id'] == 'ca-watch') {
805805
$fa_icon = 'fa fa-star';
806-
$hidden = "style='visibility:hidden'";
807806
}
808807
if ($link['id'] == 'ca-unwatch') {
809808
$fa_icon = 'fa fa-star';
810-
$hidden = "style='visibility:hidden'";
811809
}
812810
?>
813811
<i class="<?php echo $fa_icon ?> icon-black" <?php echo $hidden ?> ></i>

0 commit comments

Comments
 (0)
Please sign in to comment.