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-web
Commits
2c48318f
Commit
2c48318f
authored
Oct 25, 2017
by
Andrew Hrdy
Browse files
Very small bug fix
parent
7b10b127
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/utils/facilityUtils.js
View file @
2c48318f
...
...
@@ -7,7 +7,7 @@
const
getFacilityActiveSchedule
=
facility
=>
{
const
curDateTime
=
new
Date
();
for
(
let
i
=
0
;
i
<
facility
.
special_schedules
;
i
++
)
{
for
(
let
i
=
0
;
i
<
facility
.
special_schedules
.
length
;
i
++
)
{
const
specialSchedule
=
facility
.
special_schedules
[
i
];
const
startInParts
=
specialSchedule
.
valid_start
.
split
(
'
-
'
);
...
...
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