summaryrefslogtreecommitdiffstats
path: root/install/ui/dialog.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/dialog.js')
-rw-r--r--install/ui/dialog.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/ui/dialog.js b/install/ui/dialog.js
index 3bcb4556d..ebd6c9968 100644
--- a/install/ui/dialog.js
+++ b/install/ui/dialog.js
@@ -526,6 +526,7 @@ IPA.adder_dialog = function (spec) {
'label': button.val(),
'click': function() {
that.remove();
+ return false;
}
});
button.replaceWith(that.remove_button);
@@ -535,6 +536,7 @@ IPA.adder_dialog = function (spec) {
'label': button.val(),
'click': function() {
that.add();
+ return false;
}
});
button.replaceWith(that.add_button);