mirror of
https://github.com/processwire/processwire.git
synced 2025-08-13 18:24:57 +02:00
Minor adjustment for header actions in inputfields.js
This commit is contained in:
@@ -1305,7 +1305,7 @@ var Inputfields = {
|
|||||||
tooltip = settings.tooltip;
|
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() {
|
$icon.on('click', function() {
|
||||||
if(actionType === 'link') {
|
if(actionType === 'link') {
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user