We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6d6f7 commit 96efab5Copy full SHA for 96efab5
sorlandet.html
@@ -84,10 +84,10 @@ <h3 id="tsor" class="time" ></h3>
84
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
85
86
var txt = "";
87
- if(days > 0) txt += days + " dagar ";
88
- if(hours > 0) txt += hours + " timar ";
89
- if(minutes > 0) txt += minutes + " minutt "
90
- txt += seconds + " sekund ";
+ if(days > 0) txt += days + " dager ";
+ if(hours > 0) txt += hours + " timer ";
+ if(minutes > 0) txt += minutes + " minutter "
+ txt += seconds + " sekunder ";
91
92
if (distance < 0) {
93
if(x){
0 commit comments