From c63ac90de82ca61b3400a8463f2425dd67a2f266 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Wed, 4 Jan 2012 06:18:16 +0000 Subject: [PATCH] * change the scrolling param to true. --- module/build/js/common.js | 2 +- module/release/js/common.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/build/js/common.js b/module/build/js/common.js index 28b422f9b2..5cafeccc97 100644 --- a/module/build/js/common.js +++ b/module/build/js/common.js @@ -1,4 +1,4 @@ $(document).ready(function() { - $("a.preview").colorbox({width:1000, height:600, iframe:true, transition:'elastic', speed:350, scrolling:false}); + $("a.preview").colorbox({width:1000, height:600, iframe:true, transition:'elastic', speed:350, scrolling:true}); }) diff --git a/module/release/js/common.js b/module/release/js/common.js index 9faaba77eb..0c5230f1b5 100644 --- a/module/release/js/common.js +++ b/module/release/js/common.js @@ -3,11 +3,11 @@ function loadStoriesAndBugs(buildID,productID) link = createLink('release', 'ajaxGetStoriesAndBugs', 'buildID=' + buildID + '&productID=' + productID); $('#linkStoriesAndBugs').load(link, function() { - $("a.preview").colorbox({width:1000, height:600, iframe:true, transition:'elastic', speed:350, scrolling:false}); + $("a.preview").colorbox({width:1000, height:600, iframe:true, transition:'elastic', speed:350, scrolling:true}); }) } $(document).ready(function() { - $("a.preview").colorbox({width:1000, height:600, iframe:true, transition:'elastic', speed:350, scrolling:false}); + $("a.preview").colorbox({width:1000, height:600, iframe:true, transition:'elastic', speed:350, scrolling:true}); })