Commit 6d70895634544bcbc692df60bb429246dad42a5c
1 parent
838d3b43
Exists in
master
and in
28 other branches
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 | ... | ... |