From edbe78c6f4accd8b0df0f45ac843ad9bd330f510 Mon Sep 17 00:00:00 2001 From: alext Date: Fri, 2 Feb 2018 08:19:28 +0100 Subject: [PATCH] The details string of the error message box becomes a button. --- src/assets/js/general_functions.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/assets/js/general_functions.js b/src/assets/js/general_functions.js index 869543f7..0a0587fb 100644 --- a/src/assets/js/general_functions.js +++ b/src/assets/js/general_functions.js @@ -237,11 +237,12 @@ window.GeneralFunctions = window.GeneralFunctions || {}; '
' + '
' + ''; + '' + + '
' + + '
'; $.each(exceptions, function (index, exception) { html +=