]> git.pond.sub.org Git - eow/blobdiff - static/root.html
Update testcase
[eow] / static / root.html
index 5d21e6585892f1e8b1114bc4ba546bff3d2d8e1f..8a795da80bba9869240c8377ad425857310a23c4 100644 (file)
@@ -2,9 +2,8 @@
 <html> <head>
 <link rel="stylesheet" type="text/css" href="static/style.css">
 <title>Empire Web Client</title>
-
-<script type="text/javascript" src="static/dojo-release-1.1.1/dojo/dojo.js.uncompressed.js"
-  djConfig="parseOnLoad:true, isDebug:false"></script>
+<script type="text/javascript" src="http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js"></script>
+<script type="text/javascript" src="static/jquery.js"></script>
 <script type="text/javascript" src="static/eow.js"></script>
 <script type="text/javascript">
 var init = function(){
@@ -12,7 +11,7 @@ var init = function(){
   setup_client();
   get_next_update();
 };
-dojo.addOnLoad(init);
+$(document).ready(init);
 </script>
 
 </head>
@@ -35,5 +34,5 @@ dojo.addOnLoad(init);
 
 <hr>
 <address></address>
-<!-- hhmts start --> Last modified: Sun Dec 21 15:15:27 CET 2008 <!-- hhmts end -->
+<!-- hhmts start --> Last modified: Sat Feb 27 02:31:19 CET 2010 <!-- hhmts end -->
 </body> </html>