CC-5210: "Linked" Icon is missing after adding contents into linked show

-fixed
This commit is contained in:
Martin Konecny 2013-06-07 15:15:52 -04:00
parent 311e0c103d
commit b18495a79e
3 changed files with 13 additions and 5 deletions

View file

@ -1069,13 +1069,13 @@ function buildEditMetadataDialog (json){
width: 460,
height: 660,
modal: true,
close: closeDialog
close: closeDialogLibrary
});
dialog.dialog('open');
}
function closeDialog(event, ui) {
function closeDialogLibrary(event, ui) {
$(this).remove();
}