diff options
| author | 2013-06-15 20:14:13 +0200 | |
|---|---|---|
| committer | 2013-06-15 20:14:13 +0200 | |
| commit | e3b3fa39d8b51bb571d2d15dafcfc94d4ab28787 (patch) | |
| tree | 0293116ce54e5745d83b549272e5b60d124cd852 /app/views/javascript | |
| parent | d3078fb726639eed478a2a449b0a9043af04a756 (diff) | |
Première version de la vue lecture (issue #67)
Diffstat (limited to 'app/views/javascript')
| -rw-r--r-- | app/views/javascript/main.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/javascript/main.phtml b/app/views/javascript/main.phtml index 28bb0dfd9..5b325ac8d 100644 --- a/app/views/javascript/main.phtml +++ b/app/views/javascript/main.phtml @@ -117,7 +117,7 @@ function init_posts () { <?php } ?> if (hide_posts) { - $(".flux:not(.active) .flux_content").hide (); + $("#stream:not(.reader) .flux:not(.active) .flux_content").hide (); } $(".flux_header .item.title, .flux_header .item.date").click (function () { |
