Browse Source

Merge pull request #15173 from abpframework/jquery-extensions.js

Update jquery-extensions.js
pull/15175/head
liangshiwei 3 years ago
committed by GitHub
parent
commit
d451297cd2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/jquery/jquery-extensions.js

4
framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/jquery/jquery-extensions.js

@ -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