// vim:set sw=4 ts=4 sts=4 ft=javascript expandtab: import * as lufiApi from "/js/lufi-api.browser.js" // total file counter window.fc = 0; // Cancelled files indexes window.cancelled = []; // Set websocket window.ws = spawnWebsocket(0, function () { return null; }); // Use slice of 0.75MB window.sliceLength = 750000; // Global zip objects for currently created zip file window.zip = null; window.zipSize = 0; // Init the list of files (used by LDAP invitation feature) window.filesURLs = []; // Copy a link to clipboard function copyToClipboard(txt) { var textArea = $('