Now using the correct path to the loading animation in jquery-thickbox.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
--- 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 !!!!!!!!!!!!!!!!!!!!!!!*/