diff options
| author | allo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-06-01 13:58:48 +0000 |
|---|---|---|
| committer | allo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-06-01 13:58:48 +0000 |
| commit | d0f8254f95e2809e987d8d96e9f450f01d0f8d9c (patch) | |
| tree | 6e26a4d8f079403ff24c1e9472e5a3aa81c5bc43 /htroot/js/WatchWebStructure.js | |
| parent | 44bac7dea1698d38b0c2fbe2814ce588fc4180d1 (diff) | |
better refresh ui
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3779 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/js/WatchWebStructure.js')
| -rw-r--r-- | htroot/js/WatchWebStructure.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/htroot/js/WatchWebStructure.js b/htroot/js/WatchWebStructure.js new file mode 100644 index 000000000..5b5f754ba --- /dev/null +++ b/htroot/js/WatchWebStructure.js @@ -0,0 +1,3 @@ +function changeHost(){ + window.location.replace("http://"+window.location.host+":"+window.location.port+"/WatchWebStructure_p.html?host="+document.getElementById("host").value); +}
\ No newline at end of file |
