Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
whats-open
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zoheb Lokhandwala
whats-open
Commits
4edac1d6
Commit
4edac1d6
authored
Dec 09, 2013
by
Renfred Harper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scrict javascript
parent
c8b2b9ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
website/static/js/info.js
website/static/js/info.js
+1
-1
No files found.
website/static/js/info.js
View file @
4edac1d6
function
compareTimes
(
time1
,
time2
)
{
// Determine if two objects' start and end times are equal.
if
(
time1
==
undefined
||
time2
==
undefined
){
if
(
time1
==
=
undefined
||
time2
=
==
undefined
){
return
false
;
}
else
if
(
time1
.
start_time
!=
time2
.
start_time
){
...
...
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