Skip to content

Commit

Permalink
Adapted for new INTERMediator_DBAdapter.
Browse files Browse the repository at this point in the history
  • Loading branch information
msyk committed Feb 14, 2024
1 parent 3eab733 commit fa11111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,14 +271,7 @@ IMParts_Catalog.jquery_fileupload = {
let updateContext = targetNode[0].parentNode.parentNode.parentNode.getAttribute('data-im-update')
updateContext = updateContext ? updateContext : cName
return function (e, data) {
let result = INTERMediator_DBAdapter.uploadFileAfterSucceed(
data.jqXHR,
function () {
},
function () {
},
true
)
let result = INTERMediator_DBAdapter.uploadFileAfterSucceed(data.jqXHR.responseText,null, null, true)
if (INTERMediatorOnPage.doAfterValueChange) {
INTERMediatorOnPage.doAfterValueChange(idValue)
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inter-mediator-plugin-jqueryfileupload",
"version": "1.5.0",
"version": "1.6s.0",
"description": "INTER-Mediator plug-in to use the JQuery FileUpload.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fa11111

Please sign in to comment.