Fixed attribute name typo in legend follow (#792)
[dygraphs.git] / tests / is-zoomed-ignore-programmatic-zoom.html
index 8262075..cffc8be 100644 (file)
@@ -1,11 +1,12 @@
 <html>
   <head>
+    <link rel="stylesheet" href="../css/dygraph.css">
     <title>isZoomedIgnoreProgrammaticZoom Flag</title>
     <!--
     For production (minified) code, use:
     <script type="text/javascript" src="dygraph-combined.js"></script>
     -->
-    <script type="text/javascript" src="../dygraph-dev.js"></script>
+    <script type="text/javascript" src="../dist/dygraph.js"></script>
 
     <script type="text/javascript" src="data.js"></script>
   </head>