diff options
Diffstat (limited to 'install/ui/widget.js')
-rw-r--r-- | install/ui/widget.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install/ui/widget.js b/install/ui/widget.js index 528ee8b1..38826ee9 100644 --- a/install/ui/widget.js +++ b/install/ui/widget.js @@ -1609,7 +1609,8 @@ IPA.entity_select_widget = function(spec) { if (editable){ that.edit_box = $('<input />',{ - type: 'text' + type: 'text', + title: that.tooltip }); $('<div style:"display=block;" />'). |