Skip to content
Snippets Groups Projects
Commit 9732af06 authored by Lillian Gray's avatar Lillian Gray
Browse files

Fix bug with dates in permalink #9

parent 0ebcc46c
Branches
No related merge requests found
......@@ -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
}
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment