resize 애드온의 이미지 resize 시점을 load로 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6450 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-06-01 09:36:17 +00:00
parent 9902df607d
commit 25ac4e1ab9

View file

@ -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;