* when load stories and bugs, call the setOutBox() auto.

This commit is contained in:
wangchunsheng
2012-05-01 13:10:07 +00:00
parent 4a1cde8169
commit 0304bb1800
+1
View File
@@ -4,6 +4,7 @@ function loadStoriesAndBugs(buildID,productID)
$('#linkStoriesAndBugs').load(link, function()
{
$("a.preview").colorbox({width:1000, height:600, iframe:true, transition:'elastic', speed:350, scrolling:true});
setOuterBox();
})
}