|
|
@@ -239,8 +239,8 @@ $(function() {
|
|
|
})
|
|
|
//返回
|
|
|
function rep() {
|
|
|
- var l = $(".J_iframe:visible");
|
|
|
- l[0].contentWindow.history.go(-1);
|
|
|
+ //$(".J_iframe:visible")[0].contentWindow.history.go(-1);
|
|
|
+ window.frames[$(".page-tabs-content .active").index()].history.go(-1);
|
|
|
}
|
|
|
$(".J_tabReply").on("click", rep);
|
|
|
//刷新
|