On Thu, Aug 16, 2012 at 10:17 PM, Rouslan Placella rouslan@placella.com wrote:
I don't see anything weird at the end of get_image.js.php. In your commit, you have one addition and no deletions for that file, so your not commenting anything out, you're just adding a comment. Perhaps you could try to simply add a newline character at the end of the file?
Yes, I'm adding a comment for the unknown characters that are somehow appended at the end of the file.
The "theme=someid" parameter is necessary and must not be removed. The idea there is that different themes have different icons embedded in the sprite and that js file is cached on the client side. So the theme id is necessary to invalidate the cache when a user switches themes.
Ok, I've put that back where it belonged and it seems to work fine now in my tree.
-- Alex