mirror of
https://github.com/overte-org/community-apps.git
synced 2025-04-06 01:02:34 +02:00
Fix whitespace.
This commit is contained in:
parent
6ee2d6767c
commit
56dcee2fb8
1 changed files with 2 additions and 11 deletions
|
@ -123,7 +123,6 @@
|
|||
};
|
||||
|
||||
EventBridge.emitWebEvent(JSON.stringify(readyEvent));
|
||||
|
||||
}
|
||||
|
||||
function uninstall(script, btnId){
|
||||
|
@ -137,9 +136,8 @@
|
|||
|
||||
EventBridge.emitWebEvent(JSON.stringify(readyEvent));
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Merriweather|Quicksand:400,700&display=swap" rel="stylesheet">
|
||||
<link href="css/styles.css" rel="stylesheet">
|
||||
|
||||
|
@ -254,15 +252,10 @@
|
|||
} else {
|
||||
document.getElementById("data").innerHTML = "<hr><div align='center'><font class='noresult'><br><br><br><br>Sorry, no result found.<br><br><br><br><br><br></font></div><hr>";
|
||||
}
|
||||
|
||||
requestRunningScriptData();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
//pager
|
||||
|
||||
function pagetoPrevious(){
|
||||
offset = offset - perpage;
|
||||
if (offset < 0) {
|
||||
|
@ -275,10 +268,8 @@
|
|||
offset = offset + perpage;
|
||||
listBuilder(search, offset, perpage);
|
||||
}
|
||||
|
||||
|
||||
|
||||
listBuilder(search, offset, perpage);
|
||||
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue