Close the dialog

Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
This commit is contained in:
Bimal Yashodha 2014-06-16 13:05:38 +05:30
parent 2180f08135
commit 03b4e522e3

View File

@ -633,6 +633,7 @@ function Edit_pages()
PMA_ajaxShowMessage(PMA_messages.strSelectPage, 2000);
return;
}
$(this).dialog('close');
Load_page(selected);
};
button_options[PMA_messages.strCancel] = function () {