Index: branches/1.2.x/platform/inc/jquery/thickbox/thickbox.js =================================================================== diff -u -N -r15792 -r15797 --- branches/1.2.x/platform/inc/jquery/thickbox/thickbox.js (.../thickbox.js) (revision 15792) +++ branches/1.2.x/platform/inc/jquery/thickbox/thickbox.js (.../thickbox.js) (revision 15797) @@ -13,13 +13,13 @@ // preload image TB.imgLoader = new Image(); - TB.imgLoader.src = inportalBase + 'inc/jquery/thickbox/loadingAnimation.gif'; + TB.imgLoader.src = inportalBase + 'inc/jquery/thickbox/images/loadingAnimation.gif'; } ); function TB () { this.imgLoader = null; - this.pathToImage = inportalBase + 'inc/jquery/thickbox/loadingAnimation.gif'; + this.pathToImage = inportalBase + 'inc/jquery/thickbox/images/loadingAnimation.gif'; this.Width = null; this.Height = null; @@ -325,22 +325,6 @@ } ); } - - /*$('#TB_ajaxContent').load( - params.url += '&random=' + (new Date().getTime()), - params.postParams, - function() { - //to do a post change this load method - TB.position(); - $('#TB_load').remove(); - TB.init('#TB_ajaxContent a.thickbox'); - $('#TB_window').css('display', 'block'); - - if ( $.isFunction(params.showCallback) ) { - params.showCallback(); - } - } - );*/ } }