* remvoe the setoutbox().

This commit is contained in:
wangchunsheng
2012-05-03 00:14:06 +00:00
parent 0de0afcd8a
commit 49cb0e7a73
-1
View File
@@ -4,7 +4,6 @@ function loadStoriesAndBugs(buildID,productID)
$('#linkStoriesAndBugs').load(link, function()
{
$("a.preview").colorbox({width:1000, height:600, iframe:true, transition:'elastic', speed:350, scrolling:true});
setOuterBox();
})
}