mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added Apple touch icon.
This commit is contained in:
parent
18e1de8a88
commit
9b2b48e229
21 changed files with 337 additions and 312 deletions
|
@ -2167,7 +2167,7 @@ function createMeshCore(agent) {
|
|||
case 'cancel':
|
||||
// TODO: Cancel zip operation if present
|
||||
//sendConsoleText('Cancel operation');
|
||||
this.zip.cancel(function () { sendConsoleText('Zip operation was cancelled'); });
|
||||
try { this.zip.cancel(function () { sendConsoleText('Zip operation was cancelled'); }); } catch (ex) { }
|
||||
break;
|
||||
default:
|
||||
// Unknown action, ignore it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue