1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-27 13:57:23 +03:00

B #2206: Reset button in 'Add AR' dialog freezes Sunstone (#2207)

This commit is contained in:
Abel Coronado 2018-06-20 16:10:30 +02:00 committed by Ruben S. Montero
parent e5828bed29
commit e31bae0425

View File

@ -72,7 +72,6 @@ define(function(require) {
that.arTab.setup(context, "add_ar");
$('#submit_ar_reset_button', context).click(function(){
Sunstone.getDialog(DIALOG_ID).reset();
Sunstone.getDialog(DIALOG_ID).show();
});