Author: lindner
Date: Tue Mar 4 07:29:12 2008
New Revision: 633515
URL: http://svn.apache.org/viewvc?rev=633515&view=rev
Log:
Remove hard coded references to localhost:8080, all
examples are now using shindig instead of gmodules.com
Fixes SHINDIG-107
Modified:
incubator/shindig/trunk/javascript/container/sample5.html
incubator/shindig/trunk/javascript/container/sample6.html
incubator/shindig/trunk/javascript/container/sample7.html
Modified: incubator/shindig/trunk/javascript/container/sample5.html
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/javascript/container/sample5.html?rev=633515&r1=633514&r2=633515&view=diff
==============================================================================
--- incubator/shindig/trunk/javascript/container/sample5.html (original)
+++ incubator/shindig/trunk/javascript/container/sample5.html Tue Mar 4
07:29:12 2008
@@ -25,7 +25,6 @@
</head>
<body onLoad="init();renderGadgets()">
<h2>Sample: set-pref support</h2>
- <div>(Requires a Shindig server running at http://localhost:8080)</div>
<div id="gadget-parent" class="gadgets-gadget-parent"></div>
</body>
</html>
Modified: incubator/shindig/trunk/javascript/container/sample6.html
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/javascript/container/sample6.html?rev=633515&r1=633514&r2=633515&view=diff
==============================================================================
--- incubator/shindig/trunk/javascript/container/sample6.html (original)
+++ incubator/shindig/trunk/javascript/container/sample6.html Tue Mar 4
07:29:12 2008
@@ -27,7 +27,6 @@
</head>
<body onLoad="init();renderGadgets()">
<h2>Sample: dynamic-height support</h2>
- <div>(Requires a Shindig server running at http://localhost:8080)</div>
<div id="gadget-parent" class="gadgets-gadget-parent"></div>
</body>
</html>
Modified: incubator/shindig/trunk/javascript/container/sample7.html
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/javascript/container/sample7.html?rev=633515&r1=633514&r2=633515&view=diff
==============================================================================
--- incubator/shindig/trunk/javascript/container/sample7.html (original)
+++ incubator/shindig/trunk/javascript/container/sample7.html Tue Mar 4
07:29:12 2008
@@ -25,7 +25,6 @@
</head>
<body onLoad="init();renderGadgets()">
<h2>Sample: settitle support</h2>
- <div>(Requires a Shindig server running at http://localhost:8080)</div>
<div id="gadget-parent" class="gadgets-gadget-parent"></div>
</body>
</html>