diff options
Diffstat (limited to 'install/ui/user.js')
-rw-r--r-- | install/ui/user.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/install/ui/user.js b/install/ui/user.js index 69924429..eade0bbd 100644 --- a/install/ui/user.js +++ b/install/ui/user.js @@ -292,6 +292,11 @@ IPA.user_status_widget = function(spec) { } }; + that.clear = function() { + that.link_span.css('display', 'none'); + that.status_span.text(''); + }; + that.show_activation_dialog = function() { var action = that.status_link.attr('href'); |