From 27c73b1d206a0d8672434fb58b1089f33bb6b2b2 Mon Sep 17 00:00:00 2001 From: Georg Fischer Date: Mon, 16 Dec 2013 15:09:24 +0100 Subject: [PATCH] add 'glitched' to downloaded file name --- scripts/src/export-button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/src/export-button.js b/scripts/src/export-button.js index 86e5709..69ff968 100644 --- a/scripts/src/export-button.js +++ b/scripts/src/export-button.js @@ -47,7 +47,7 @@ define( function updateDownloadFileName( options ) { - download_file_name = file_name + '-' + objToString( options ) + file_suffix; + download_file_name = file_name + '-glitched-' + objToString( options ) + file_suffix; } function updatePNGLinkAddress( data_url )