diff --git a/js/feminitives.js b/js/feminitives.js index 884be5d..068d0f7 100644 --- a/js/feminitives.js +++ b/js/feminitives.js @@ -230,7 +230,7 @@ function get_wiktionary(term, container) { } } - xmlhttp.open("GET", wiki_url, false); + xmlhttp.open("GET", wiki_url, true); xmlhttp.send(); }