display script API on the page

This commit is contained in:
ville rantanen
2018-06-28 22:52:47 +03:00
parent d52ba606ab
commit 84b28ac748
5 changed files with 94 additions and 9 deletions

View File

@@ -27,6 +27,12 @@ function infoToggle() {
}
function scriptToggle() {
var el = document.getElementById("list_script");
el.style.display = el.style.display === 'block' ? 'none' : 'block';
}
function UploadFile(file,file_no,files_total) {
if (uploadTurn != file_no) {
// Wait for our turn to upload. check every 0.5s