From: miha-q <> Date: Sun, 4 Aug 2024 02:45:21 +0000 (-0400) Subject: Sat Aug 3 10:45:21 PM EDT 2024 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=9678d78c8cb01a2979f9b12725c17f2ee4bfa0b9;p=QAnsel.git Sat Aug 3 10:45:21 PM EDT 2024 --- diff --git a/src/index.html b/src/index.html index 8c2b494..3fea49f 100644 --- a/src/index.html +++ b/src/index.html @@ -988,6 +988,7 @@ $("#modal-main-confirm")[0].setAttribute("onclick", "closeModal();"); $("#modal-main-cancel")[0].style.display = "none"; $("#modal-main-title")[0].innerHTML = "An Error Occurred"; + if (err.trim().length == 0) err = "Empty response."; $("#modal-main-content")[0].innerHTML = "
" + err + "
"; MicroModal.show("modal-main"); } diff --git a/src/src.zip b/src/src.zip index d42a22b..7a927cb 100644 Binary files a/src/src.zip and b/src/src.zip differ