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
SRCT
whats-open
Commits
4edac1d6
Commit
4edac1d6
authored
Dec 09, 2013
by
Renfred Harper
Browse files
Scrict javascript
parent
c8b2b9ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
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