diff options
| author | 2013-11-28 23:03:09 -0500 | |
|---|---|---|
| committer | 2013-11-28 23:03:09 -0500 | |
| commit | 7cc2fd69486c1837f33986aaca43bf414ca37af8 (patch) | |
| tree | 02bd50527e19a9552ef434aa4e137a4319641504 /public/scripts | |
| parent | c6ef2e826cb5925dc0f7b487777e7d35247ce5b3 (diff) | |
Force l'affichage d'un article lors du click
Diffstat (limited to 'public/scripts')
| -rw-r--r-- | public/scripts/main.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/scripts/main.js b/public/scripts/main.js index 89effc884..ceda542bf 100644 --- a/public/scripts/main.js +++ b/public/scripts/main.js @@ -393,6 +393,9 @@ function init_stream_delegates(divStream) { divStream.on('click', '.flux_header>.item.title, .flux_header>.item.date', function (e) { //flux_header_toggle var old_active = $(".flux.current"), new_active = $(this).parent().parent(); + console.log(isCollapsed); + isCollapsed = true; + console.log(isCollapsed); if (e.target.tagName.toUpperCase() === 'A') { //Leave real links alone if (auto_mark_article) { mark_read(new_active, true); |
