add 'glitched' to downloaded file name
This commit is contained in:
parent
06ea78b0d8
commit
27c73b1d20
@ -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 )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user