mirror of
https://github.com/AleziaKurdis/Overte-community-apps.git
synced 2025-08-24 09:40:02 +02:00
Add files via upload
This commit is contained in:
parent
a6bfe3af96
commit
afeae044f5
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue