diff options
| author | timb <opuscule@gmail.com> | 2015-10-17 18:57:00 -0700 |
|---|---|---|
| committer | timb <opuscule@gmail.com> | 2015-10-17 18:57:00 -0700 |
| commit | 7e1fca9dd4226e19e878b9b44fb05106697a71d1 (patch) | |
| tree | bd1191b7a0989e6c55f4e97cda955cd88837174f /image.html | |
| parent | f3945e135c17c78a06b613c21c0e02c1438365f9 (diff) | |
use vendored color.js in image.html too
Diffstat (limited to 'image.html')
| -rw-r--r-- | image.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ label { min-width: 70px; display: inline-block; } <script src="js/vendor/jquery-2.1.4.min.js"></script> <script src="js/photo.js"></script> <script src="js/util.js"></script> -<script src="/dither/js/color.js"></script> +<script src="js/vendor/color.js"></script> <script> var basehref_partz = window.location.href.split("/") basehref_partz.pop() |
