commit | b8fd5ea4762484a2f04ee85da263be4809f53b77 | [log] [tgz] |
---|---|---|
author | jat@google.com <jat@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Nov 10 06:52:22 2009 +0000 |
committer | jat@google.com <jat@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Nov 10 06:52:22 2009 +0000 |
tree | ee61650f37e31517f3831af62a8ad622e0e7e62f | |
parent | 5742b648146b582e371ec2aebb2be65f29726763 [diff] |
Change missing plugin URL. Patch by: jat Review by: bruce (TBR) git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@6787 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/dev/core/src/com/google/gwt/core/ext/linker/impl/hosted.html b/dev/core/src/com/google/gwt/core/ext/linker/impl/hosted.html index 2106c14..1d3658a 100644 --- a/dev/core/src/com/google/gwt/core/ext/linker/impl/hosted.html +++ b/dev/core/src/com/google/gwt/core/ext/linker/impl/hosted.html
@@ -246,7 +246,7 @@ } catch (e) { } } - loadIframe("http://google-web-toolkit.googlecode.com/svn/trunk/plugins/MissingBrowserPlugin.html"); + loadIframe("http://gwt-dev-plugin-missing.appspot.com/"); } else { if (plugin.connect(url, topWin.__gwt_SessionID, $hosted, $moduleName, $hostedHtmlVersion)) {