Skip to content

Commit

Permalink
Fixed broken satellite option
Browse files Browse the repository at this point in the history
  • Loading branch information
BusyBird15 authored Mar 27, 2024
1 parent c26b8b5 commit 407c7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radar.html
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ <h3 id="alert_title" style="padding-left: 5px; margin: 4px; ">Unknown alert</h3>
* Change map options
*/
function setKind(kind) {
if (kind == 'sattelite' || kind == 'radar'){
if (kind == 'satellite' || kind == 'radar'){
optionKind = kind;
initialize(apiData, optionKind);
} else if (kind == 'future') {
Expand Down

0 comments on commit 407c7f2

Please sign in to comment.