diff options
author | Arun Persaud <arun@nubati.net> | 2012-06-03 08:38:02 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2012-06-03 08:38:02 -0700 |
commit | 06d1625cdc393dcd75ec028201e3799eafe5205b (patch) | |
tree | 8adbb0e2daf902ee58787b271a90066d3e701579 | |
parent | f28ee54de58df18b6436d127b6dc06fa95eec8ea (diff) | |
download | photo-tags-06d1625cdc393dcd75ec028201e3799eafe5205b.tar.gz photo-tags-06d1625cdc393dcd75ec028201e3799eafe5205b.tar.bz2 photo-tags-06d1625cdc393dcd75ec028201e3799eafe5205b.zip |
moved javascript into its own directory
-rw-r--r-- | index.php | 2 | ||||
-rw-r--r-- | js/d3.min.js (renamed from d3.min.js) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -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" /> |