Skip to content

Commit 7f32e0f

Browse files
save file
1 parent 88ad6cf commit 7f32e0f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

utils/misc/zip/v2.0/zip-v2.0.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,8 @@
555555
zip.file(abs,'');
556556
display(path);
557557

558+
return false;
559+
558560
}//add
559561

560562

@@ -567,6 +569,8 @@
567569
zip.remove(abs);
568570
display(path);
569571

572+
return false;
573+
570574
}//rem
571575

572576

@@ -579,6 +583,8 @@
579583
zip.file(abs,blob);
580584
display(path);
581585

586+
return false;
587+
582588
}//upload
583589

584590

@@ -607,6 +613,8 @@
607613
debug('dir.par',path);
608614
display(path);
609615

616+
return false;
617+
610618
}//par
611619

612620

@@ -634,6 +642,8 @@
634642
zip.remove(abs);
635643
display(path);
636644

645+
return false;
646+
637647
}//rem
638648

639649

@@ -653,6 +663,8 @@
653663
});
654664
*/
655665

666+
return false;
667+
656668
}//clear
657669

658670

@@ -661,6 +673,8 @@
661673
path += name;
662674
display(path);
663675

676+
return false;
677+
664678
}//dblclick
665679

666680

0 commit comments

Comments
 (0)