Index: branches/1.0.x/inc/js/thickbox/thickbox.js =================================================================== diff -u -N -r15793 -r15801 --- branches/1.0.x/inc/js/thickbox/thickbox.js (.../thickbox.js) (revision 15793) +++ branches/1.0.x/inc/js/thickbox/thickbox.js (.../thickbox.js) (revision 15801) @@ -13,13 +13,13 @@ // preload image TB.imgLoader = new Image(); - TB.imgLoader.src = $base_url + 'inc/js/thickbox/loadingAnimation.gif'; + TB.imgLoader.src = $base_url + 'inc/js/thickbox/images/loadingAnimation.gif'; } ); function TB () { this.imgLoader = null; - this.pathToImage = $base_url + 'inc/js/thickbox/loadingAnimation.gif'; + this.pathToImage = $base_url + 'inc/js/thickbox/images/loadingAnimation.gif'; this.Width = null; this.Height = null;