Skip to content

Commit 50a000f

Browse files
committed
Update files.js
1 parent 476c73f commit 50a000f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/static/app/files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,7 @@ function unZip(fileName, type) {
14641464
function isCompressFile(fileName){
14651465
var ext = fileName.split('.');
14661466
var extName = ext[ext.length-1].toLowerCase();
1467-
var support = ['zip','gz','tgz','rar','7z','xz'];
1467+
var support = ['zip','gz','tgz','rar','7z','xz','bz2'];
14681468
for (x in support) {
14691469
if (support[x]==extName){
14701470
return true;

0 commit comments

Comments
 (0)