mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 09:44:38 +02:00
Minor adjustment for header actions in inputfields.js
This commit is contained in:
@@ -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
Reference in New Issue
Block a user