Add files via upload

This commit is contained in:
Keb Helion 2020-02-12 23:46:44 -05:00 committed by GitHub
parent 3f78bcebad
commit 0357061cc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@
function doSearch (keyword){
location.href = "move.html?offset=" + offset + "&perpage=" + perpage + "&search=" + encodeURI(keyword) + "&sort=" + sort;
location.href = "more.html?offset=" + offset + "&perpage=" + perpage + "&search=" + encodeURI(keyword) + "&sort=" + sort;
}
@ -41,7 +41,7 @@
var currentPath = window.location.protocol + "//" + window.location.host + "/" + window.location.pathname;
var rootPath = currentPath.replace("more/more.html", "applications/");
var moreAppPath = currentPath.replace("more.html", "");
var currentlyRunningScripts;