From 208c8138cae448e42a5cedc31a3c36e883242d46 Mon Sep 17 00:00:00 2001 From: Maxim Lihachev Date: Tue, 8 Nov 2016 13:45:00 +0500 Subject: [PATCH] =?UTF-8?q?=D0=90=D1=81=D0=B8=D0=BD=D1=85=D1=80=D0=BE?= =?UTF-8?q?=D0=BD=D0=BD=D1=8B=D0=B9=20XMLHttpRequest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/feminitives.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }