summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2014-02-09 19:29:22 -0500
committerjules <jules@okfoc.us>2014-02-09 19:29:22 -0500
commit0c98634db0fe74b8fe7bb18804db91a9c3c59803 (patch)
treeefae1733b71725fefbfa3f3589e1c76bb5296a73 /index.html
parent3c3c7c840c872ece445ff74eb3095f9f11d4b8d8 (diff)
tag superpaint patterns as dither
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 875460e..5d51485 100644
--- a/index.html
+++ b/index.html
@@ -250,7 +250,7 @@ function load(){
dice()
$("#upload").click(function(){
if (patternURI) {
- upload(patternURI, (+ new Date()) + "-" + user.username + "-dither.png")
+ upload(patternURI, (+ new Date()) + "-" + user.username + "-dither.png", "dither")
}
})
}