Commit 842b1da0 authored by Alexander.Trofimov's avatar Alexander.Trofimov

revert some 882ab115

parent aaf1190c
...@@ -972,9 +972,6 @@ var editor; ...@@ -972,9 +972,6 @@ var editor;
}; };
spreadsheet_api.prototype.openDocumentFromZip = function (wb, url) { spreadsheet_api.prototype.openDocumentFromZip = function (wb, url) {
var t = this; var t = this;
return new Promise(function (resolve, reject) {
resolve();
});
return new Promise(function (resolve, reject) { return new Promise(function (resolve, reject) {
var openXml = AscCommon.openXml; var openXml = AscCommon.openXml;
//open cache xlsx instead of documentUrl, to support pivot in xls, ods... and don't send jwt signature //open cache xlsx instead of documentUrl, to support pivot in xls, ods... and don't send jwt signature
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment