mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +09:00
resize 애드온의 이미지 resize 시점을 load로 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6450 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9902df607d
commit
25ac4e1ab9
1 changed files with 5 additions and 5 deletions
|
|
@ -157,11 +157,11 @@ function slideshow(event) {
|
||||||
xScreen.xeShow();
|
xScreen.xeShow();
|
||||||
}
|
}
|
||||||
|
|
||||||
$(document).ready(function(){
|
$(window).load(function(){
|
||||||
if (jQuery.browser.safari && document.readyState != "complete"){
|
//if (jQuery.browser.safari && document.readyState != "complete"){
|
||||||
setTimeout( arguments.callee, 100 );
|
//setTimeout( arguments.callee, 100 );
|
||||||
return;
|
//return;
|
||||||
}
|
//}
|
||||||
|
|
||||||
var regx_skip = /(?:modules|addons|classes|common|layouts|libs|widgets)/i;
|
var regx_skip = /(?:modules|addons|classes|common|layouts|libs|widgets)/i;
|
||||||
var regx_parent = /(?:document|comment)_[0-9]+_[0-9]+/i;
|
var regx_parent = /(?:document|comment)_[0-9]+_[0-9]+/i;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue