Revision: 10504
Author:   [email protected]
Date:     Fri Aug  5 11:53:17 2011
Log:      Remove escaped HTML from devevelopment mode glass panel

Review at http://gwt-code-reviews.appspot.com/1514803

Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=10504

Modified:
 /trunk/dev/core/src/com/google/gwt/core/ext/linker/impl/devmode.js
 /trunk/dev/core/src/com/google/gwt/core/ext/linker/impl/hosted.html

=======================================
--- /trunk/dev/core/src/com/google/gwt/core/ext/linker/impl/devmode.js Fri Jul 15 15:31:39 2011 +++ /trunk/dev/core/src/com/google/gwt/core/ext/linker/impl/devmode.js Fri Aug 5 11:53:17 2011
@@ -107,8 +107,7 @@
   __gwt_displayGlassMessage('GWT Code Server Disconnected',
'Most likely, you closed GWT Development Mode. Or, you might have lost ' + 'network connectivity. To fix this, try restarting GWT Development Mode and ' - + '<a style="color: #FFFFFF; font-weight: bold;" href="javascript:location.reload()">'
-      + 'REFRESH</a> this page.');
+      + 'refresh this page.');
 }

 // Keep track of z-index to allow layering of multiple glass messages
=======================================
--- /trunk/dev/core/src/com/google/gwt/core/ext/linker/impl/hosted.html Fri Jul 15 15:31:39 2011 +++ /trunk/dev/core/src/com/google/gwt/core/ext/linker/impl/hosted.html Fri Aug 5 11:53:17 2011
@@ -160,8 +160,7 @@
   __gwt_displayGlassMessage('GWT Code Server Disconnected',
'Most likely, you closed GWT Development Mode. Or, you might have lost ' + 'network connectivity. To fix this, try restarting GWT Development Mode and ' - + '<a style="color: #FFFFFF; font-weight: bold;" href="javascript:location.reload()">'
-      + 'REFRESH</a> this page.');
+      + 'refresh this page.');
 }

 // Keep track of z-index to allow layering of multiple glass messages

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to