mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Do not display tooltip everywhere
https://fedorahosted.org/freeipa/ticket/3904
This commit is contained in:
committed by
Martin Kosek
parent
f821d786df
commit
d4a6f20e65
@@ -4428,7 +4428,6 @@ IPA.widget_container = function(spec) {
|
|||||||
if(that.new_container_for_child) {
|
if(that.new_container_for_child) {
|
||||||
child_container = $('<div/>', {
|
child_container = $('<div/>', {
|
||||||
name: widget.name,
|
name: widget.name,
|
||||||
title: widget.label,
|
|
||||||
'class': widget['class']
|
'class': widget['class']
|
||||||
}).appendTo(container);
|
}).appendTo(container);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user