From 19c95070b30dcddf6136e8a1d89ea7ff841c88a2 Mon Sep 17 00:00:00 2001
From: Pawel Gardzinski <30794662+pawelg89@users.noreply.github.com>
Date: Wed, 12 Apr 2023 15:46:27 +0200
Subject: [PATCH] Update sharing.handlebars
---
views/sharing.handlebars | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/views/sharing.handlebars b/views/sharing.handlebars
index 99db6d95..c08eee74 100644
--- a/views/sharing.handlebars
+++ b/views/sharing.handlebars
@@ -1908,7 +1908,7 @@
function p13zipFiles() {
var inputFiles = [], checkboxes = document.getElementsByName('fd');
for (var i = 0; i < checkboxes.length; i++) { if (checkboxes[i].checked) { inputFiles.push(p13filetree.dir[checkboxes[i].value].n); } }
- setDialogMode(2, "Zip Filename", 3, p13zipFilesEx, '', { action: 'zip', path: p13filetreelocation.join('/'), files: inputFiles });
+ setDialogMode(2, "Zip Filename", 3, p13zipFilesEx, '', { action: 'zip -r', path: p13filetreelocation.join('/'), files: inputFiles });
focusTextBox('p13renameinput');
p13fileNameCheck();
}
@@ -2289,4 +2289,4 @@
start();