aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAche <ache@ache.one>2016-09-11 05:48:23 +0200
committerAche <ache@ache.one>2016-09-11 05:48:23 +0200
commite52839c4e43753afd80d4812b256138ba49ad807 (patch)
tree5f94bf21aaaca44ff57afac9c3adbea9f8c0e7dd
parenttest (diff)
test
-rw-r--r--synhestesis.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/synhestesis.js b/synhestesis.js
index c2da8f0..d0787d1 100644
--- a/synhestesis.js
+++ b/synhestesis.js
@@ -27,7 +27,7 @@ function selectChange(evt) {
loadFile(xmlHttp.responseText);
}
}
- xmlHttp.open("GET", "http://ache.one/shared/synhestesis/" + select.selectedIndex, true);
+ xmlHttp.open("GET", "http://ache.one/shared/synhestesis/" +select.options[select.selectedIndex].value, true);
xmlHttp.send(null);
}
function loadFile( str ) {