* refresh when close colorbox.
This commit is contained in:
@@ -2,7 +2,7 @@ $(function()
|
||||
{
|
||||
setOuterBox();
|
||||
if(browseType == 'bysearch') ajaxGetSearchForm();
|
||||
$('.iframe').colorbox({width:900, height:500, iframe:true});
|
||||
$('.iframe').colorbox({width:900, height:500, iframe:true, onCleanup:function(){parent.location.href=parent.location.href;}});
|
||||
});
|
||||
|
||||
function showProject()
|
||||
|
||||
Reference in New Issue
Block a user