Fix error popup when dropping an image into oo

pull/1/head
yflory 4 years ago
parent a6708b9abf
commit 3b3e06ac63

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

Loading…
Cancel
Save