Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Seniors
craig1617
Commits
0bd6ce03
Commit
0bd6ce03
authored
Nov 30, 2016
by
Craig Earley
Browse files
output to author.html based on stop time
parent
ced83277
Changes
2
Hide whitespace changes
Inline
Side-by-side
author.html
View file @
0bd6ce03
<!DOCTYPE html>
<html>
<!DOCTYPE html>
<html>
<head>
<title>
Author Interface
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/style.css"
>
...
...
@@ -25,6 +24,7 @@ Stop URL's.<br><textarea name="stop" id="stop" cols="50" rows="1"></textarea><br
</form>
<p>
Your URL:
</p>
<p
id=
"output"
></p>
</body>
</html>
js/author.js
View file @
0bd6ce03
...
...
@@ -46,6 +46,7 @@ $(window).load(function() {
console
.
log
(
"
started
"
+
startTime
);
console
.
log
(
"
stopped
"
+
stopTime
);
console
.
log
(
"
duration
"
+
duration
+
"
ms
"
);
document
.
getElementById
(
"
output
"
).
innerHTML
=
stopTime
;
});
// $("#reset-button").click(resetform);
...
...
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