Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
a1502006
Commit
a1502006
authored
Mar 06, 2015
by
Marc Duez
Browse files
export.js : undefined timestamp
parent
737643fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/export.js
View file @
a1502006
...
...
@@ -136,7 +136,7 @@ Report.prototype = {
{
'
label
'
:
"
Report date:
"
,
'
value
'
:
report_timestamp
},
{
'
label
'
:
"
Updated on:
"
,
'
value
'
:
analysis_timestamp
},
{
'
label
'
:
"
Software used:
"
,
'
value
'
:
m
.
getSoftVersion
()},
{
'
label
'
:
"
Analysis date:
"
,
'
value
'
:
m
.
timestamp
[
0
].
split
(
"
"
)[
0
]
}
{
'
label
'
:
"
Analysis date:
"
,
'
value
'
:
""
}
]
var
table
=
$
(
'
<table/>
'
,
{
'
class
'
:
'
info-table float-left
'
}).
appendTo
(
left
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment