CC-3597 : Playlist->Library->Edit Metadata: Throw exception after click "Cancel" at "Edit Metadata" page

This commit is contained in:
Naomi Aro 2012-04-05 10:56:06 +02:00
parent 35d2ded26b
commit cf2813a545
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class Application_Form_EditAudioMD extends Zend_Form
'ignore' => true,
'class' => 'ui-button ui-state-default ui-button-text-only md-cancel',
'label' => 'Cancel',
'onclick' => 'javascript:document.location="/Playlist"',
'onclick' => 'javascript:document.location = document.referrer',
'decorators' => array(
'ViewHelper'
)