Author: manolo
Date: Tue Jul 15 08:04:43 2014
New Revision: 1610608
URL: http://svn.apache.org/r1610608
Log:
Use index.html as the app bootstrap instead of using redirections
Modified:
james/bond/trunk/src/main/webapp/index.html
Modified: james/bond/trunk/src/main/webapp/index.html
URL:
http://svn.apache.org/viewvc/james/bond/trunk/src/main/webapp/index.html?rev=1610608&r1=1610607&r2=1610608&view=diff
==============================================================================
--- james/bond/trunk/src/main/webapp/index.html (original)
+++ james/bond/trunk/src/main/webapp/index.html Tue Jul 15 08:04:43 2014
@@ -1,15 +1,8 @@
<html>
<head>
+ <script src="bond/bond.nocache.js"></script>
</head>
<body>
- <script type="text/javascript">
- // a workaround for capturing and passing gwt.codesvr parameter in
development mode
- function goTo(location) {
- window.location = location + window.location.search;
- }
- goTo('bond/bond.html');
- </script>
- <h2>Loading ...</h2>
</body>
</html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]