Fix error popup when dropping an image into oo

pull/1/head
yflory 2021-03-04 11:13:10 +01:00
parent a6708b9abf
commit 3b3e06ac63
1 changed files with 1 additions and 1 deletions

View File

@ -1436,7 +1436,7 @@ define([
*/
APP.UploadImageFiles = function (files, type, id, jwt, cb) {
cb('NO');
return void cb();
};
APP.AddImage = function(cb1, cb2) {
APP.AddImageSuccessCallback = cb1;