Update jquery-extensions.js

Resolve #15151
pull/15173/head
maliming 3 years ago
parent 3b2022ef5e
commit 8d7a8aa39b
No known key found for this signature in database
GPG Key ID: A646B9CB645ECEA4

@ -135,7 +135,9 @@
}
if (i == names.length - 1 && j == i) {
o[names[j]] = x.value;
if ($.isEmptyObject(o[names[j]])) {
o[names[j]] = x.value;
}
}
o = o[names[j]]

Loading…
Cancel
Save