mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-28 21:11:01 +00:00
Changed urls of remote
This commit is contained in:
@@ -90,7 +90,7 @@ var Remotecontroller = {
|
||||
if(!id)
|
||||
{
|
||||
id = document.getElementById("remoteform").chan.value;
|
||||
window.history.pushState("object or string", "Title", "/remote/"+id);
|
||||
window.history.pushState("object or string", "Title", "/"+id);
|
||||
}
|
||||
document.getElementById("remoteform").chan.value = "";
|
||||
start = false;
|
||||
|
||||
Reference in New Issue
Block a user