diff options
author | Artur Signell <artur@vaadin.com> | 2012-08-29 12:36:15 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-08-29 12:36:15 +0300 |
commit | 76b5bfdfb921cad6aee387b04ce15017a093dd25 (patch) | |
tree | e025694f19745b9e77dbf6b66fe5332f53756337 /WebContent | |
parent | d10c5306b3eb24e5786d604420631a92e7fd3216 (diff) | |
download | vaadin-framework-76b5bfdfb921cad6aee387b04ce15017a093dd25.tar.gz vaadin-framework-76b5bfdfb921cad6aee387b04ce15017a093dd25.zip |
Additional fixes for com.vaadin.terminal removal (#9431, #9432)
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/statictestfiles/EmbedSizeHostPage.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/statictestfiles/EmbedSizeHostPage.html b/WebContent/statictestfiles/EmbedSizeHostPage.html index 06dfd5dfd7..2576a200db 100644 --- a/WebContent/statictestfiles/EmbedSizeHostPage.html +++ b/WebContent/statictestfiles/EmbedSizeHostPage.html @@ -13,7 +13,7 @@ vaadin.vaadinConfigurations = {}; if (!vaadin.themesLoaded) { vaadin.themesLoaded = {}; } vaadin.debug = true; document.write('<iframe tabIndex="-1" id="__gwt_historyFrame" style="position:absolute;width:0;height:0;border:0;overflow:hidden;" src="javascript:false"></iframe>'); -document.write("<script language='javascript' src='/VAADIN/widgetsets/com.vaadin.terminal.gwt.DefaultWidgetSet/com.vaadin.terminal.gwt.DefaultWidgetSet.nocache.js?1321018813162'><\/script>"); +document.write("<script language='javascript' src='/VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/com.vaadin.DefaultWidgetSet.nocache.js?1321018813162'><\/script>"); } vaadin.vaadinConfigurations["runcomvaadintestsintegrationEmbedSizeTest-225840176"] = {appUri:'/run/com.vaadin.tests.integration.EmbedSizeTest', themeUri:"/VAADIN/themes/reindeer", versionInfo : {vaadinVersion:"9.9.9.INTERNAL-DEBUG-BUILD",applicationVersion:"NONVERSIONED"},"comErrMsg": {"caption":"Communication problem","message" : "Take note of any unsaved data, and <u>click here<\/u> to continue.","url" : null},"authErrMsg": {"caption":"Authentication problem","message" : "Take note of any unsaved data, and <u>click here<\/u> to continue.","url" : null}}; //]]> @@ -32,7 +32,7 @@ vaadin.themesLoaded['reindeer'] = true; </script> <script type="text/javascript"> //<![CDATA[ -setTimeout('if (typeof com_vaadin_terminal_gwt_DefaultWidgetSet == "undefined") {alert("Failed to load the widgetset: /VAADIN/widgetsets/com.vaadin.terminal.gwt.DefaultWidgetSet/com.vaadin.terminal.gwt.DefaultWidgetSet.nocache.js?1321018813162")};',15000); +setTimeout('if (typeof com_vaadin_DefaultWidgetSet == "undefined") {alert("Failed to load the widgetset: /VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/com.vaadin.DefaultWidgetSet.nocache.js?1321018813162")};',15000); //]]> </script> <div style="width: 80%; border: 1px solid black"> |