Optionalize size check
[dygraphs.git] / tests / hairlines.html
index 2cead66..1ffe163 100644 (file)
@@ -2,7 +2,7 @@
 <html>
   <head>
     <title>Hairlines demo</title>
-    <script type="text/javascript" src="../dygraph-dev.js"></script>
+    <script type="text/javascript" src="../dist/dygraph.js"></script>
 
     <!-- Include the Javascript for the plug-in -->
     <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
@@ -10,8 +10,8 @@
 
     <link rel='stylesheet' href='http://code.jquery.com/ui/1.10.1/themes/base/jquery-ui.css' />
 
-    <script type="text/javascript" src="../extras/hairlines.js"></script>
-    <script type="text/javascript" src="../extras/super-annotations.js"></script>
+    <script type="text/javascript" src="../src/extras/hairlines.js"></script>
+    <script type="text/javascript" src="../src/extras/super-annotations.js"></script>
 
     <style>
       #demodiv {