update a few links
authorDan Vanderkam <danvdk@gmail.com>
Wed, 15 Sep 2010 13:22:10 +0000 (09:22 -0400)
committerDan Vanderkam <danvdk@gmail.com>
Wed, 15 Sep 2010 13:22:10 +0000 (09:22 -0400)
docs/annotations.html
push-to-web.sh

index afe09ac..546afe8 100644 (file)
@@ -9,11 +9,7 @@
     <!--[if IE]>
       <script type="text/javascript" src="excanvas.js"></script>
     <![endif]-->
-    <script type="text/javascript" src="annotations/dygraph-combined.js"></script>
-    <!--
-    <script type="text/javascript" src="annotations/dygraph.js"></script>
-    <script type="text/javascript" src="annotations/dygraph-canvas.js"></script>
-    -->
+    <script type="text/javascript" src="dygraph-combined.js"></script>
     <link rel="stylesheet" href="style.css">
   </head>
   <body>
index 1003430..e639317 100755 (executable)
@@ -8,7 +8,7 @@ site=$1
 ./generate-combined.sh
 
 # Copy everything to the site.
-scp tests/*.html tests/*.js $site/tests/ \
+scp tests/*.html tests/*.js tests/*.html $site/tests/ \
 && \
 scp dygraph*.js gadget.xml excanvas.js thumbnail.png docs/* $site/