diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") } }) } |
