]> git.pond.sub.org Git - eow/blobdiff - static/test.html
Forward prompt to browser
[eow] / static / test.html
index 3f6cc9f225ddd9b5346b04abbbe0118690d32e98..867d52408c30c3f2095ef6851496a903c7f5c325 100644 (file)
@@ -3,13 +3,13 @@
 <link rel="stylesheet" type="text/css" href="style.css">
 <title>Empire Web Client</title>
 
-<script type="text/javascript" src="dojo-release-1.1.1/dojo/dojo.js"
+<script type="text/javascript" src="dojo-release-1.1.1/dojo/dojo.js.uncompressed.js"
   djConfig="parseOnLoad:true, isDebug:false"></script>
 <script type="text/javascript" src="eow.js"></script>
 <script type="text/javascript">
 var init = function(){
   console.log("I run after the page is ready. See this in the console");
-  hello();
+  get_next_update();
 };
 dojo.addOnLoad(init);
 </script>
@@ -31,5 +31,5 @@ dojo.addOnLoad(init);
 
 <hr>
 <address></address>
-<!-- hhmts start --> Last modified: Sun Nov 23 01:38:22 CET 2008 <!-- hhmts end -->
+<!-- hhmts start --> Last modified: Sat Nov 29 23:06:08 CET 2008 <!-- hhmts end -->
 </body> </html>