1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-07 23:38:29 +02:00
This commit is contained in:
Ryan Cramer
2024-10-04 14:35:31 -04:00
parent 5abf2077c7
commit 4f7161fd49
2 changed files with 2 additions and 2 deletions

View File

@@ -1330,7 +1330,7 @@ var Inputfields = {
}
} else {
if(settings.callback) settings.callback($icon);
if(settings.event) settings.trigger(settings.event, [ $icon ]);
if(settings.event) $icon.trigger(settings.event, [ $icon ]);
}
return false;
});

File diff suppressed because one or more lines are too long