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
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jay J Kim
whats-open
Commits
ddee5f8c
Commit
ddee5f8c
authored
Aug 25, 2014
by
Renfred Harper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix grid.js typo
parent
ecca91a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
whats_open/static/js/grid.js
whats_open/static/js/grid.js
+1
-1
No files found.
whats_open/static/js/grid.js
View file @
ddee5f8c
...
...
@@ -70,7 +70,7 @@ function update_grid(facilities) {
// Special schedules take effect after 5am on their start day
// to prevent collisions with the previous night's schedule,
// and they end at 5am the day after their end date.
special_start
=
Date
.
parse
(
special
.
va
il
d_start
+
'
05:00:00
'
);
special_start
=
Date
.
parse
(
special
.
va
li
d_start
+
'
05:00:00
'
);
special_end
=
Date
.
parse
(
special
.
valid_end
+
'
05:00:00
'
);
special_end
.
setDate
(
special_end
.
getDate
()
+
1
);
if
(
now
>=
special_start
&&
now
<=
special_end
)
{
...
...
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