mirror of
https://github.com/janeczku/calibre-web
synced 2025-11-03 00:33:02 +00:00
Code Csmetics kthoom integration
This commit is contained in:
@@ -146,7 +146,8 @@ bitjs.archive.UnarchiveProgressEvent = function(
|
||||
currentBytesUnarchivedInFile,
|
||||
currentBytesUnarchived,
|
||||
totalUncompressedBytesInArchive,
|
||||
totalFilesInArchive) {
|
||||
totalFilesInArchive)
|
||||
{
|
||||
bitjs.base(this, bitjs.archive.UnarchiveEvent.Type.PROGRESS);
|
||||
|
||||
this.currentFilename = currentFilename;
|
||||
|
||||
@@ -479,5 +479,4 @@ bitjs.io.ByteBuffer.prototype.writeASCIIString = function(str) {
|
||||
this.insertByte(curByte);
|
||||
}
|
||||
};
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user