Fixes in onlyoffice code for image upload realtime and ooslide

This commit is contained in:
Ludovic Dubost
2020-01-04 02:02:20 +01:00
parent 1c19e6f2b5
commit 4cfa391a17
6 changed files with 75 additions and 30 deletions

View File

@@ -25877,6 +25877,7 @@ function (window, undefined)
// This method calls back to the cryptpad onlyoffice inner.js to load the cryptad file dialog
window.parent.APP.AddImage(function(res) {
// This method adds the loaded image to the list of loaded images
console.log("AddImageCallback");
t.asc_addImageCallback(res);
// This method activats the image
t._addImageUrl([res.url]);