Browse Source

Wrong path in thickbox.js (in Windows)

Carlos Vargas 15 years ago
parent
commit
a1dafa630c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/lib/javascript/thickbox.js

+ 1 - 1
main/inc/lib/javascript/thickbox.js

@@ -5,7 +5,7 @@
  * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
 */
 		  
-var tb_pathToImage = "loadingAnimation.gif";
+var tb_pathToImage = "main/img/loadingAnimation.gif";
 
 /*!!!!!!!!!!!!!!!!! edit below this line at your own risk !!!!!!!!!!!!!!!!!!!!!!!*/