mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-25 20:51:23 +03:00
Update sharing.handlebars
This commit is contained in:
parent
b76499c907
commit
19c95070b3
@ -1908,7 +1908,7 @@
|
|||||||
function p13zipFiles() {
|
function p13zipFiles() {
|
||||||
var inputFiles = [], checkboxes = document.getElementsByName('fd');
|
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); } }
|
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, '<input type=text id=p13renameinput maxlength=64 onkeyup=p13fileNameCheck(event) style=width:100% value="" />', { action: 'zip', path: p13filetreelocation.join('/'), files: inputFiles });
|
setDialogMode(2, "Zip Filename", 3, p13zipFilesEx, '<input type=text id=p13renameinput maxlength=64 onkeyup=p13fileNameCheck(event) style=width:100% value="" />', { action: 'zip -r', path: p13filetreelocation.join('/'), files: inputFiles });
|
||||||
focusTextBox('p13renameinput');
|
focusTextBox('p13renameinput');
|
||||||
p13fileNameCheck();
|
p13fileNameCheck();
|
||||||
}
|
}
|
||||||
@ -2289,4 +2289,4 @@
|
|||||||
start();
|
start();
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user