Browse Source

Асинхронный XMLHttpRequest

master
Maxim Lihachev 9 years ago
parent
commit
208c8138ca
  1. 2
      js/feminitives.js

2
js/feminitives.js

@ -230,7 +230,7 @@ function get_wiktionary(term, container) { @@ -230,7 +230,7 @@ function get_wiktionary(term, container) {
}
}
xmlhttp.open("GET", wiki_url, false);
xmlhttp.open("GET", wiki_url, true);
xmlhttp.send();
}

Loading…
Cancel
Save