I'm making a simple jquery command:
element.html(" ");
using the attributes/html method: http://docs.jquery.com/Attributes/html
It works on my local app engine server, but it doesn't work once i push to the google server. The element empties, but doesn't fill with spaces.
So instead of " "
(6 spaces) it's just ""
.
Once again, this is running on App Engine, but I don't think that should matter...