Fix bug.
This commit is contained in:
parent
8d3362d8c0
commit
eaf6dd0040
|
@ -155,7 +155,7 @@
|
||||||
active_item.addClass("active");
|
active_item.addClass("active");
|
||||||
active_item.find("li").css("display","block");
|
active_item.find("li").css("display","block");
|
||||||
flag=true;
|
flag=true;
|
||||||
$('[data-subpart-id=\"{{subpart-id}}\"] ul.w-annc__list.active').eq(0).effect("slide", { direction: "left", mode: 'show', duration: 500},function(){flag=false;});
|
$('[data-subpart-id=\"{{subpart-id}}\"] ul.w-annc__list.active').eq(0).effect("slide", { direction: "right", mode: 'show', duration: 500},function(){flag=false;});
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
@ -184,7 +184,8 @@
|
||||||
"zh_tw" : "4.5. 三欄圖文-slide ( 模組標題, 圖片, 狀態, 日期, 類別, 標題, 副標題 )",
|
"zh_tw" : "4.5. 三欄圖文-slide ( 模組標題, 圖片, 狀態, 日期, 類別, 標題, 副標題 )",
|
||||||
"en" : "4.5. 3-Column Standard Image + Text -slide(widget-title, image, status, postdate, category, title, subtitle)"
|
"en" : "4.5. 3-Column Standard Image + Text -slide(widget-title, image, status, postdate, category, title, subtitle)"
|
||||||
},
|
},
|
||||||
"thumbnail" : "event_news_widget4_thumbs.png"
|
"thumbnail" : "event_news_widget4_thumbs.png",
|
||||||
|
"force_cover" : "true"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename" : "event_news_widget5",
|
"filename" : "event_news_widget5",
|
||||||
|
|
Loading…
Reference in New Issue