Actually, it is not necessary that the <script> tag be placed in the <head>
section. You can place it in the <body> section.  GWT's samples actually
place the <script> reference in the <body>. Maybe you had placed it at a
position in the body where the load was blocked waiting for another script
to finish evaluation?

On Sat, Jul 25, 2009 at 11:14 AM, Pavel Byles <pavelby...@gmail.com> wrote:

> I figured out the problem:
> Just after I synced w/ my repo I had put the nocache.js script tag in my
> body, which doesn't seem to load in hosted mode. But works just fine in
> Firefox. Putting it back in the <head> makes it work again.
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to