add 'glitched' to downloaded file name
This commit is contained in:
@@ -47,7 +47,7 @@ define(
|
|||||||
|
|
||||||
function updateDownloadFileName( options )
|
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 )
|
function updatePNGLinkAddress( data_url )
|
||||||
|
|||||||
Reference in New Issue
Block a user