diff -r 1e40b33f2e3e -r c949e82b8f49 includes/clientside/static/functions.js --- a/includes/clientside/static/functions.js Mon Apr 13 12:32:36 2009 -0400 +++ b/includes/clientside/static/functions.js Mon Apr 13 14:43:28 2009 -0400 @@ -465,7 +465,7 @@ function gen_sprite(path, width, height, xpos, ypos) { var image = document.createElement('img'); - image.src = scriptPath + '/images/spacer.gif'; + image.src = cdnPath + '/images/spacer.gif'; image.width = String(width); image.height = String(height); image.style.backgroundImage = 'url(' + path + ')';