aboutsummaryrefslogtreecommitdiff
path: root/p/scripts
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-03-15 14:27:19 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-03-15 14:27:19 +0100
commit2791684e7242efe7f3b27717825323b3e1d6618e (patch)
treea612316c2354c857ad458125a69a641e3e26a90e /p/scripts
parent16d527693138d1839996701af87a04c4d582d213 (diff)
parentbe46819f517a105ad32ddbfcd22b9824b4446ea1 (diff)
Merge pull request #460 from aledeg/article-close
Change article observer
Diffstat (limited to 'p/scripts')
-rw-r--r--p/scripts/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/p/scripts/main.js b/p/scripts/main.js
index 799d46625..898ec8c69 100644
--- a/p/scripts/main.js
+++ b/p/scripts/main.js
@@ -606,7 +606,7 @@ function init_shortcuts() {
}
function init_stream(divStream) {
- divStream.on('click', '.flux_header,.flux_content > .bottom', function (e) { //flux_header_toggle, flux_footer_toggle
+ divStream.on('click', '.flux_header,.flux_content', function (e) { //flux_toggle
if ($(e.target).closest('.item.website, .item.link').length > 0) {
return;
}