From 454f534bc267a12ae1cf71265888c4d5f2be1151 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 30 Jul 2018 10:59:10 -0400 Subject: [PATCH] fixing script that for the ajax response for quiz completion notifications --- footer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/footer.php b/footer.php index 8fc92b0..5cd955d 100644 --- a/footer.php +++ b/footer.php @@ -106,6 +106,7 @@ }, false); open.apply(this, arguments); }; - })(XMLHttpRequest.prototype.open); + })(XMLHttpRequest.prototype.open); + \ No newline at end of file -- 2.17.1