瀏覽代碼

Merge pull request #460 from aledeg/article-close

Change article observer
Alexandre Alapetite 12 年之前
父節點
當前提交
2791684e72
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      p/scripts/main.js

+ 1 - 1
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;
 		}