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:
parent
104c5267fe
commit
03de5e9691
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue