display script API on the page
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user