|
@@ -604,10 +604,7 @@ function init_shortcuts() {
|
|
|
|
|
|
|
|
function init_stream(divStream) {
|
|
function init_stream(divStream) {
|
|
|
divStream.on('click', '.flux_header,.flux_content', function (e) { //flux_toggle
|
|
divStream.on('click', '.flux_header,.flux_content', function (e) { //flux_toggle
|
|
|
- if ($(e.target).closest('.content').length > 0) {
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
- if ($(e.target).closest('.item.website, .item.link').length > 0) {
|
|
|
|
|
|
|
+ if ($(e.target).closest('.content, .item.website, .item.link').length > 0) {
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
var old_active = $(".flux.current"),
|
|
var old_active = $(".flux.current"),
|