summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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")
}
})
}