mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
fix
This commit is contained in:
@ -148,9 +148,7 @@ function Zlib()
|
||||
{
|
||||
if (!this.isInit) return null;
|
||||
if (!this.zipFile) return null;
|
||||
|
||||
if (this.files.length == 0)
|
||||
this.GetFilesInZip();
|
||||
this.GetFilesInZip();
|
||||
|
||||
// вычисление длины дерева
|
||||
var _paths = [];
|
||||
|
||||
Reference in New Issue
Block a user