Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Karakas
SWP_SS24_Wetterdaten_sammeln
Commits
0331081e
Commit
0331081e
authored
Jun 09, 2024
by
Weiser
Browse files
XYC
parent
5150990f
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/weather/currentData.js
View file @
0331081e
...
...
@@ -264,7 +264,7 @@ const Currentdata = (props) => {
const
last_updated_epoch
=
document
.
getElementById
(
"
last_updated_epoch
"
).
checked
;
const
last_updated
=
document
.
getElementById
(
"
last_updated
"
).
checked
;
const
temp
_c
=
document
.
getElementById
(
"
temp
"
).
checked
;
const
temp
=
document
.
getElementById
(
"
temp
"
).
checked
;
const
id_day
=
document
.
getElementById
(
"
id_day
"
).
checked
;
const
condition_text
=
document
.
getElementById
(
"
condition_text
"
).
checked
;
const
condition_icon
=
document
.
getElementById
(
"
condition_icon
"
).
checked
;
...
...
@@ -414,7 +414,7 @@ const Currentdata = (props) => {
if
(
gust
)
{
if
(
units
==
world
){
filterArray
.
push
(
"
gust_kph
"
);
}
}
filterArray
.
push
(
"
gust_mph
"
);
}
if
(
air_quality_co
)
{
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment