git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3783 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
edec6049c3
commit
54ddb3262c
@ -1,3 +1,8 @@
|
||||
function changeHost(){
|
||||
window.location.replace("http://"+window.location.host+":"+window.location.port+"/WatchWebStructure_p.html?host="+document.getElementById("host").value);
|
||||
}
|
||||
function keydown(ev){
|
||||
if(ev.which==13){
|
||||
changeHost();
|
||||
}
|
||||
}
|
Loading…
Reference in new issue