# HG changeset patch # User Lennard de Rijk # Date 1234643187 0 # Node ID f6f70eb8d8bf59398d5da37b92cb00dcca68339e # Parent 237d0974654e2e1a5217064669ae2679604dab41 Now using the correct path to the loading animation in jquery-thickbox. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r 237d0974654e -r f6f70eb8d8bf 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 !!!!!!!!!!!!!!!!!!!!!!!*/