Commit 0e64aaf54c9e027cae749c05e3c59bf781841aeb

Authored by Antonio Terceiro
1 parent fce59b40

ActionItem1049: pointing to absolute path

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
public/javascripts/thickbox.js
... ... @@ -5,7 +5,7 @@
5 5 * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
6 6 */
7 7  
8   -var tb_pathToImage = "images/loading.gif";
  8 +var tb_pathToImage = "/images/loading.gif";
9 9  
10 10 /*!!!!!!!!!!!!!!!!! edit below this line at your own risk !!!!!!!!!!!!!!!!!!!!!!!*/
11 11  
... ...