mirror of
https://github.com/JulianGro/overte.git
synced 2025-05-06 17:49:05 +02:00
var -> const in more.html
Co-Authored-By: Keb Helion <60008426+KebHelion@users.noreply.github.com>
This commit is contained in:
parent
c78f7a9596
commit
391c4975fa
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 id="metadataScriptTag" type="text/javascript" src="https://kasenvr.github.io/community-apps/applications/metadata.js"></script>
|
||||||
<script>
|
<script>
|
||||||
//Defaults
|
//Defaults
|
||||||
var DEFAULT_PER_PAGE = 3;
|
const DEFAULT_PER_PAGE = 3;
|
||||||
var DEFAULT_OFFSET = 0;
|
const DEFAULT_OFFSET = 0;
|
||||||
|
|
||||||
//Paths
|
//Paths
|
||||||
var currentPath = window.location.protocol + "//" + window.location.host + window.location.pathname;
|
var currentPath = window.location.protocol + "//" + window.location.host + window.location.pathname;
|
||||||
|
|
Loading…
Reference in a new issue