Add files via upload

This commit is contained in:
Keb Helion 2020-02-14 00:35:43 -05:00 committed by GitHub
parent a6bfe3af96
commit afeae044f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,6 +108,7 @@
}
function CheckRunning(scriptUrl){
alert("checkrunning!");
if(currentlyRunningScripts.some(currentlyRunningScripts => currentlyRunningScripts.path === scriptUrl)){
return true;
} else{
@ -365,6 +366,7 @@
document.getElementById("pager_top").innerHTML = pagerHtml;
document.getElementById("data").innerHTML = pageContent;
document.getElementById("pager_footer").innerHTML = pagerHtml;
requestRunningScriptData();
</script>