* when open the view page of extentsion, set scrolling to true.

This commit is contained in:
wangchunsheng
2011-10-22 07:54:38 +00:00
parent bf4fcf9ba3
commit cb82034b71
+1 -1
View File
@@ -1,3 +1,3 @@
if($('a.iframe').size()) $("a.iframe").colorbox({width:800, height:400, iframe:true, transition:'elastic', speed:350, scrolling:true});
if($('a.manual').size()) $("a.manual").colorbox({width:1024, height:600, iframe:true, transition:'elastic', speed:350, scrolling:false});
if($('a.extension').size()) $("a.extension").colorbox({width:1024, height:480, iframe:true, transition:'elastic', speed:350, scrolling:false});
if($('a.extension').size()) $("a.extension").colorbox({width:1024, height:480, iframe:true, transition:'elastic', speed:350, scrolling:true});