summaryrefslogtreecommitdiffstats
path: root/install/ui
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui')
-rw-r--r--install/ui/widget.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/widget.js b/install/ui/widget.js
index 8f9d8b075..80fc1da1d 100644
--- a/install/ui/widget.js
+++ b/install/ui/widget.js
@@ -3212,7 +3212,7 @@ IPA.sshkey_widget = function(spec) {
href: '#show-certificate',
title: that.tooltip,
text: IPA.messages.objects.sshkeystore.show_set_key,
- onclick: function() {
+ click: function() {
that.open_edit_dialog();
return false;
}
@@ -3430,7 +3430,7 @@ IPA.action_panel = function(spec) {
href: '#',
text: action.label,
'class': classes.join(' '),
- onclick: function() {
+ click: function() {
that.action_clicked(action);
return false;
}