Commit 089434d1 authored by Johannes Bill's avatar Johannes Bill

typo

parent 4a12c8cd
...@@ -364,7 +364,7 @@ function asString(data, now) { ...@@ -364,7 +364,7 @@ function asString(data, now) {
else { else {
var nextM = moment(data[idx][0]); var nextM = moment(data[idx][0]);
if(data[idx][0].getTime() - nowT <= twoHours) { if(data[idx][0].getTime() - nowT <= twoHours) {
second = "bald wieder geöffnet, ab " + nextM.format("LT"); second = "bald wieder geöffnet ab " + nextM.format("LT");
} }
else if(compareDate(now, data[idx][0]) === 0) { else if(compareDate(now, data[idx][0]) === 0) {
second = "wieder geöffnet ab " + nextM.format("LT") second = "wieder geöffnet ab " + nextM.format("LT")
......
Markdown is supported
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