249
249
for (var i=0; i<selected_files.length; i++)
250
250
path += "path=" + encodeURIComponent(selected_files[i]) + "&";
251
251
path = path.substr(0, path.length-1);
252
252
/* Multiple files selected */
253
253
p = dom_make_link_elem("p", "Download as zip",
254
"Download the selected files as a ZIP file", path, null, true);
255
255
sidepanel.appendChild(p);