Replacing deprecated jQuery event alias with .on() method in the ImageEditor (#8871)

This commit is contained in:
Milán Keszthelyi
2025-11-19 15:53:34 +01:00
committed by GitHub
parent 860d6a4aeb
commit 890f837dfb

View File

@@ -9,7 +9,7 @@
var awaiting = [];
$(imeImage).load(function () {
$(imeImage).on('load', function () {
$(imeImage).off('load');
for (var i = 0; i < awaiting.length; i++) {
awaiting[i]();