Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
eDisplay
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
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
Green Science
eDisplay
Commits
9732af06
Commit
9732af06
authored
5 years ago
by
Lillian Gray
Browse files
Options
Downloads
Patches
Plain Diff
Fix bug with dates in permalink #9
parent
0ebcc46c
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
js/main.js
+2
-2
2 additions, 2 deletions
js/main.js
with
2 additions
and
2 deletions
js/main.js
+
2
−
2
View file @
9732af06
...
...
@@ -195,8 +195,8 @@ function parsePermalink(){
whichBuildings
[
whichArgs
[
i
]]
=
!
whichBuildings
[
whichArgs
[
i
]]
}
if
(
startTemp
<
endTemp
){
var
startDate
=
startTemp
var
endDate
=
endTemp
startDate
=
startTemp
endDate
=
endTemp
}
}
}
...
...
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