Skip to content
Snippets Groups Projects
Commit 9a34f791 authored by Hotte's avatar Hotte
Browse files

longer LSFView

parent a70a38f3
Branches
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ this.checkShowCondition = function() { ...@@ -7,7 +7,7 @@ this.checkShowCondition = function() {
for (i = 0; i < lsfViewJson.events.length; i++) { for (i = 0; i < lsfViewJson.events.length; i++) {
if(lsfViewJson.events[i].StartTime.substring(0, 2) == roundH) { if(lsfViewJson.events[i].StartTime.substring(0, 2) == roundH) {
console.log("LSF-View: Event Found"); console.log("LSF-View: Event Found");
return 10; return 60;
} }
} }
console.log("LSF-View: No Events"); console.log("LSF-View: No Events");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment