mirror of
https://github.com/AleziaKurdis/Overte-community-apps.git
synced 2025-08-29 00:26:01 +02:00
Add files via upload
This commit is contained in:
parent
3f78bcebad
commit
0357061cc4
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue