summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-11-25 16:43:58 +0100
committertomsmeding <tom.smeding@gmail.com>2017-11-25 16:43:58 +0100
commit6af22613d7723ad09b0df77a47fdeadfd0c3208a (patch)
treee60ad9122549612328e155e189d31dbe1288eb07 /modules
parentd0c4361e579447189422c377ffc83614cbe865af (diff)
zelfoverhoor: IE compatibility .........
Diffstat (limited to 'modules')
-rw-r--r--modules/zelfoverhoor/docent.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/zelfoverhoor/docent.js b/modules/zelfoverhoor/docent.js
index 35d2da7..388c7f7 100644
--- a/modules/zelfoverhoor/docent.js
+++ b/modules/zelfoverhoor/docent.js
@@ -16,8 +16,8 @@ function getQuestionSets(){
updateQuestionSetsList();
}
};
- xhr.responseType="text";
xhr.open("GET","/zelfoverhoor/docent/sets");
+ xhr.responseType="text";
xhr.send();
}