add 'glitched' to downloaded file name

This commit is contained in:
Georg Fischer 2013-12-16 15:09:24 +01:00
parent 06ea78b0d8
commit 27c73b1d20

View File

@ -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 )