CC-4735: Library: Edit metadata selection should be a popup instead of going to a new page
-cancel button does not reload the page anymore
This commit is contained in:
parent
8e6dd6f862
commit
adb966a734
2 changed files with 6 additions and 3 deletions
|
@ -1273,4 +1273,8 @@ $(document).ready(function() {
|
|||
$("#edit-md-dialog").dialog().remove();
|
||||
});
|
||||
});
|
||||
|
||||
$('#editmdcancel').live("click", function() {
|
||||
$("#edit-md-dialog").dialog().remove();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue