Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
craig1617
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Seniors
craig1617
Commits
0bd6ce03
Commit
0bd6ce03
authored
8 years ago
by
Craig Earley
Browse files
Options
Downloads
Patches
Plain Diff
output to author.html based on stop time
parent
ced83277
Branches
Branches containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
author.html
+2
-2
2 additions, 2 deletions
author.html
js/author.js
+1
-0
1 addition, 0 deletions
js/author.js
with
3 additions
and
2 deletions
author.html
+
2
−
2
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>
This diff is collapsed.
Click to expand it.
js/author.js
+
1
−
0
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);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment