diff options
| author | jules <jules@okfoc.us> | 2013-12-27 12:20:34 -0500 |
|---|---|---|
| committer | jules <jules@okfoc.us> | 2013-12-27 12:20:34 -0500 |
| commit | 1565f5bef6876fc7efb670765f6369bf6581cc0a (patch) | |
| tree | 94e54e391ad23844986b92656f0820a8428da4b9 | |
| parent | c485642e59fc8043a68c9993976b1b7a705ac8fb (diff) | |
comma
| -rw-r--r-- | shader-gif.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shader-gif.html b/shader-gif.html index 0e902d9..07cd156 100644 --- a/shader-gif.html +++ b/shader-gif.html @@ -376,7 +376,7 @@ function upload(){ var blob = dataUriToBlob(lastGif) uploadImage({ blob: blob, - filename: filename + "-" + (+new Date()) + ".gif" + filename: filename + "-" + (+new Date()) + ".gif", username: "", success: function(msg){ console.log(msg); |
