Now using the correct path to the loading animation in jquery-thickbox.
authorLennard de Rijk <ljvderijk@gmail.com>
Sat, 14 Feb 2009 20:26:27 +0000
changeset 1327 f6f70eb8d8bf
parent 1326 237d0974654e
child 1328 cd175dddc15c
Now using the correct path to the loading animation in jquery-thickbox. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/jquery/jquery-thickbox.js
--- a/app/jquery/jquery-thickbox.js	Sat Feb 14 20:23:43 2009 +0000
+++ b/app/jquery/jquery-thickbox.js	Sat Feb 14 20:26:27 2009 +0000
@@ -5,7 +5,7 @@
  * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
 */
 
-var tb_pathToImage = "../soc/content/images/loadingAnimation.gif";
+var tb_pathToImage = "/soc/content/images/loadingAnimation.gif";
 
 /*!!!!!!!!!!!!!!!!! edit below this line at your own risk !!!!!!!!!!!!!!!!!!!!!!!*/