Skip to content
Snippets Groups Projects
Commit 32859e6e authored by juanf's avatar juanf
Browse files

SSDM-3415 : Time added to report.

SVN: 36060
parent e74c2f95
No related branches found
No related tags found
No related merge requests found
......@@ -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/>" +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment