diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js index d0914ebf3bdb8f2aa28ed5b3c0b1701473a89085..1cb8c561fe731f31c6495c1a50b35c900eed371b 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js @@ -470,6 +470,7 @@ var Util = new function() { "User Agent: " + navigator.userAgent + "<br/>" + "URL: " + window.location.href + "<br/>" + "Session: " + mainController.serverFacade.openbisServer.getSession() + "<br/>" + + "Time: " + new Date() + "<br/>" + "---------------------------------------------------------------------- <br/>" + "Error Name: " + err.name + "<br/>" + "Error Message: " + err.message + "<br/>" +