* refresh when close colorbox.

This commit is contained in:
zhujinyong
2013-02-26 01:23:27 +00:00
parent ff62397579
commit a0148bdc73

View File

@@ -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()