Undo var -> const in more.html because it doesn't work, because reasons.

This commit is contained in:
Kasen IO 2020-03-16 00:39:29 -04:00
parent 3731b64b37
commit 5c4078320b

View file

@ -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
const DEFAULT_PER_PAGE = 3; var DEFAULT_PER_PAGE = 3;
const DEFAULT_OFFSET = 0; var 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;