From 0304bb1800c37858acc2643bcd07baf95eb4a5bd Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Tue, 1 May 2012 13:10:07 +0000 Subject: [PATCH] * when load stories and bugs, call the setOutBox() auto. --- module/release/js/common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/module/release/js/common.js b/module/release/js/common.js index 0c5230f1b5..4358db6646 100644 --- a/module/release/js/common.js +++ b/module/release/js/common.js @@ -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(); }) }