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