From 7bb9a3f92317c921ff661184cf8bf8dc2c4530b7 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 26 Aug 2015 17:29:01 +0800 Subject: [PATCH] * finish task #2318. --- module/bug/js/view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/bug/js/view.js b/module/bug/js/view.js index 091e42cb69..f8973657e0 100644 --- a/module/bug/js/view.js +++ b/module/bug/js/view.js @@ -1,4 +1,4 @@ function setModal4List(colorboxClass, replaceID) { - if(onlybody != 'yes') $('.iframe').modalTrigger({width:900, type:'iframe', afterHide:function(){parent.location.href=parent.location.href;}}) + if(onlybody != 'yes') $('.iframe').modalTrigger({width:900, type:'iframe', afterHide:function(){location.href=location.href;}}) }