mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-11 14:32:14 +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();
|
||||
}
|
||||
|
||||
$(document).ready(function(){
|
||||
if (jQuery.browser.safari && document.readyState != "complete"){
|
||||
setTimeout( arguments.callee, 100 );
|
||||
return;
|
||||
}
|
||||
$(window).load(function(){
|
||||
//if (jQuery.browser.safari && document.readyState != "complete"){
|
||||
//setTimeout( arguments.callee, 100 );
|
||||
//return;
|
||||
//}
|
||||
|
||||
var regx_skip = /(?:modules|addons|classes|common|layouts|libs|widgets)/i;
|
||||
var regx_parent = /(?:document|comment)_[0-9]+_[0-9]+/i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue