Fix type error with drag&drop

pull/1/head
yflory 2020-06-23 15:02:55 +02:00
parent fb107f5a17
commit 50de7bfae6
1 changed files with 3 additions and 0 deletions

View File

@ -1123,6 +1123,9 @@ define([
if (ifr) { ifr.remove(); }
};
APP.UploadImageFiles = function (files, type, id, jwt, cb) {
cb('NO');
};
APP.AddImage = function(cb1, cb2) {
APP.AddImageSuccessCallback = cb1;
APP.AddImageErrorCallback = cb2;