From 547aa50eccb1653a18520cee23b6099f1f03290c Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 1 May 2021 13:17:18 +0100 Subject: [PATCH] . --- rapids/templates/rapids/exam_overview.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rapids/templates/rapids/exam_overview.html b/rapids/templates/rapids/exam_overview.html index 0d4930ef..4a268f02 100644 --- a/rapids/templates/rapids/exam_overview.html +++ b/rapids/templates/rapids/exam_overview.html @@ -126,6 +126,9 @@ toastr.info(data.status); } }) + .fail((e) => { + toastr.warning(`Error, ${e}`); + }) .always(function () { console.log('[Done]'); }) @@ -151,6 +154,9 @@ toastr.info(data.status); } }) + .fail((e) => { + toastr.warning(`Error, ${e}`); + }) .always(function () { console.log('[Done]'); })