moved javascript into its own directory
authorArun Persaud <arun@nubati.net>
Sun, 3 Jun 2012 15:38:02 +0000 (08:38 -0700)
committerArun Persaud <arun@nubati.net>
Sun, 3 Jun 2012 15:38:02 +0000 (08:38 -0700)
index.php
js/d3.min.js [moved from d3.min.js with 100% similarity]

index 55bc6c74e850f65e221559c81a75e86b1ea6cbf8..1a48055a5c91c7c2e1f24c5b6b8e33cb5a0c99c6 100644 (file)
--- a/index.php
+++ b/index.php
@@ -30,7 +30,7 @@ else
 
 <html>
 <title><?php echo htmlspecialchars($title) ?></title>
-<script src = "<?php echo $webbase?>/d3.min.js"></script>
+<script src = "<?php echo $webbase?>/js/d3.min.js"></script>
 <link rel="stylesheet" type="text/css" href="<?php echo $webbase?>/css/normalize.css" />
 <link rel="stylesheet" type="text/css" href="<?php echo $webbase?>/css/style.css" />
 
similarity index 100%
rename from d3.min.js
rename to js/d3.min.js