mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Undo var -> const in more.html because it doesn't work, because reasons.
This commit is contained in:
parent
3731b64b37
commit
5c4078320b
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
|||
<script id="metadataScriptTag" type="text/javascript" src="https://kasenvr.github.io/community-apps/applications/metadata.js"></script>
|
||||
<script>
|
||||
//Defaults
|
||||
const DEFAULT_PER_PAGE = 3;
|
||||
const DEFAULT_OFFSET = 0;
|
||||
var DEFAULT_PER_PAGE = 3;
|
||||
var DEFAULT_OFFSET = 0;
|
||||
|
||||
//Paths
|
||||
var currentPath = window.location.protocol + "//" + window.location.host + window.location.pathname;
|
||||
|
|
Loading…
Reference in a new issue