diff options
| author | 2013-04-13 12:24:14 +0200 | |
|---|---|---|
| committer | 2013-04-13 12:24:14 +0200 | |
| commit | 1cc118acdc52895ca500c93b36bbb5cf3a149bc7 (patch) | |
| tree | d8215d3b80c94b8a7b933a0d6cef000015fc277d /app/views/javascript | |
| parent | 2f7ecb2e490ade40350a68b902b4ff28e3168cbb (diff) | |
Ajout partage par mail (voir issue #34) + déplacement des options de partage en bas des articles
Diffstat (limited to 'app/views/javascript')
| -rw-r--r-- | app/views/javascript/main.phtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/javascript/main.phtml b/app/views/javascript/main.phtml index 05368683c..e6c882333 100644 --- a/app/views/javascript/main.phtml +++ b/app/views/javascript/main.phtml @@ -26,10 +26,10 @@ function toggleContent (new_active, old_active) { } if (hide_posts) { - old_active.children (".content").toggle (0); + old_active.children (".flux_content").toggle (0); if (old_active[0] != new_active[0]) { - new_active.children (".content").toggle (0, function () { + new_active.children (".flux_content").toggle (0, function () { $("html,body").scrollTop (new_active.position ().top); }); } @@ -127,7 +127,7 @@ function init_posts () { init_img (); if (hide_posts) { - $(".flux:not(.active) .content").hide (); + $(".flux:not(.active) .flux_content").hide (); } $(".flux_header .item.title, .flux_header .item.date").click (function () { |
