|
|
@@ -245,8 +245,8 @@ $(function() {
|
|
|
$(".J_tabReply").on("click", rep);
|
|
|
//刷新
|
|
|
function ref() {
|
|
|
- var l = $(".J_iframe:visible");
|
|
|
- l[0].contentWindow.location.reload();
|
|
|
+ // $(".J_iframe:visible")[0].contentWindow.location.reload();
|
|
|
+ window.frames[$(".page-tabs-content .active").index()].location.reload();
|
|
|
}
|
|
|
$(".J_tabRefresh").on("click", ref);
|
|
|
});
|