changeset 906 | c949e82b8f49 |
parent 869 | 58bc29c14a4d |
child 1007 | 2b77ebbf8701 |
--- 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 + ')';