Index: branches/RC/themes/default2009/platform/elements/html_head.elm.tpl =================================================================== diff -u -r11832 -r11834 --- branches/RC/themes/default2009/platform/elements/html_head.elm.tpl (.../html_head.elm.tpl) (revision 11832) +++ branches/RC/themes/default2009/platform/elements/html_head.elm.tpl (.../html_head.elm.tpl) (revision 11834) @@ -9,7 +9,7 @@ -inc/styles.css" type="text/css" /> + Index: branches/RC/themes/default2009/platform/inc/jquery/thickbox/thickbox.js =================================================================== diff -u -r11833 -r11834 --- branches/RC/themes/default2009/platform/inc/jquery/thickbox/thickbox.js (.../thickbox.js) (revision 11833) +++ branches/RC/themes/default2009/platform/inc/jquery/thickbox/thickbox.js (.../thickbox.js) (revision 11834) @@ -8,21 +8,18 @@ // on page load call TB.init $(document).ready( function() { - var inportalBase; // pass where to apply thickbox TB.init('a.thickbox, area.thickbox, input.thickbox'); // preload image TB.imgLoader = new Image(); - TB.imgLoader.src = inportalBase+'inc/jquery/thickbox/loadingAnimation.gif'; + TB.imgLoader.src = inportalBase + 'inc/jquery/thickbox/loadingAnimation.gif'; } ); function TB () { - var inportalBase; - this.imgLoader = null; - this.pathToImage = inportalBase+'inc/jquery/thickbox/loadingAnimation.gif'; + this.pathToImage = inportalBase + 'inc/jquery/thickbox/loadingAnimation.gif'; this.Width = null; this.Height = null;