1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 09:49:30 +02:00

Don't refresh page when canceling album art change (fix #1005)

This commit is contained in:
Afterster 2015-12-27 13:34:59 +01:00
parent 104c5267fe
commit 03de5e9691

View file

@ -66,7 +66,7 @@
<input type="hidden" name="object_type" value="<?php echo $object_type; ?>" />
<input type="hidden" name="object_id" value="<?php echo $object_id; ?>" />
<input type="hidden" name="MAX_FILE_SIZE" value="<?php echo AmpConfig::get('max_upload_size'); ?>" />
<input type="button" value="<?php echo T_('Cancel'); ?>" onClick="window.location='<?php echo $burl; ?>';" />
<input type="button" value="<?php echo T_('Cancel'); ?>" onClick="NavigateTo('<?php echo AmpConfig::get('web_path') . '/' . $burl; ?>');" />
<input type="submit" value="<?php echo T_('Get Art'); ?>" />
</div>
</form>