chiark
/
gitweb
/
~yarrgweb
/
ypp-sc-tools.main.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f97853c
)
Remove some stale commented out alerts
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 12 Aug 2009 10:50:50 +0000
(11:50 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 12 Aug 2009 10:50:50 +0000
(11:50 +0100)
yarrg/web/pirate-route
patch
|
blob
|
history
diff --git
a/yarrg/web/pirate-route
b/yarrg/web/pirate-route
index c80bacffa25b280d6edd666c51d80c2c6f9ab13f..d356bd1be195aa4e2590d4f172b0cf096434cd1c 100644
(file)
--- a/
yarrg/web/pirate-route
+++ b/
yarrg/web/pirate-route
@@
-96,7
+96,6
@@
function tr_Later(){
function tr_Needed(){
window.clearTimeout(tr_timeout);
tr_element= document.getElementById('routestring');
- //alert(tr_element.name);
tr_needed= tr_element.value;
tr_Request();
}
@@
-113,7
+112,6
@@
function tr_Ready() {
if (tr_request.readyState != 4) return;
if (tr_request.status == 200) {
response= tr_request.responseText;
- //alert('got [[ '+response+' ]]');
eval('results='+response);
toedit= document.getElementById('routeresults');
toedit.innerHTML= results['show'];