format fix
parent
349e084249
commit
5b309206b9
|
@ -91,7 +91,7 @@ function onKeydown(event) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function tooltipActions(el) {
|
function tooltipActions(el) {
|
||||||
if (el.$_ptooltipDisabled || !DomHandler.isExist(el) ) {
|
if (el.$_ptooltipDisabled || !DomHandler.isExist(el)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue