Do not display tooltip everywhere

https://fedorahosted.org/freeipa/ticket/3904
This commit is contained in:
Petr Vobornik 2013-10-17 18:21:05 +02:00 committed by Martin Kosek
parent f821d786df
commit d4a6f20e65

View File

@ -4428,7 +4428,6 @@ IPA.widget_container = function(spec) {
if(that.new_container_for_child) {
child_container = $('<div/>', {
name: widget.name,
title: widget.label,
'class': widget['class']
}).appendTo(container);
}