1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-12 17:54:44 +02:00

Minor adjustment for header actions in inputfields.js

This commit is contained in:
Ryan Cramer
2024-08-23 14:24:06 -04:00
parent e51ece23fe
commit 80f425f9da
2 changed files with 2 additions and 2 deletions

View File

@@ -1305,7 +1305,7 @@ var Inputfields = {
tooltip = settings.tooltip;
}
if(tooltip.length) $icon.attr('title', tooltip);
if(tooltip.length) $icon.attr('title', tooltip).attr('uk-tooltip', tooltip);
$icon.on('click', function() {
if(actionType === 'link') {

File diff suppressed because one or more lines are too long