summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2012-06-03 08:38:02 -0700
committerArun Persaud <arun@nubati.net>2012-06-03 08:38:02 -0700
commit06d1625cdc393dcd75ec028201e3799eafe5205b (patch)
tree8adbb0e2daf902ee58787b271a90066d3e701579
parentf28ee54de58df18b6436d127b6dc06fa95eec8ea (diff)
downloadphoto-tags-06d1625cdc393dcd75ec028201e3799eafe5205b.tar.gz
photo-tags-06d1625cdc393dcd75ec028201e3799eafe5205b.tar.bz2
photo-tags-06d1625cdc393dcd75ec028201e3799eafe5205b.zip
moved javascript into its own directory
-rw-r--r--index.php2
-rw-r--r--js/d3.min.js (renamed from d3.min.js)0
2 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 55bc6c7..1a48055 100644
--- 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" />
diff --git a/d3.min.js b/js/d3.min.js
index 9a9af75..9a9af75 100644
--- a/d3.min.js
+++ b/js/d3.min.js