mirror of
https://github.com/sstent/StuTracker.git
synced 2026-02-14 11:31:48 +00:00
Update index.html
This commit is contained in:
@@ -88,7 +88,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Fetch KML file metadata to get the update time
|
// Fetch KML file metadata to get the update time
|
||||||
fetch(kmlURL)
|
fetch(kmlUrl)
|
||||||
.then(response => response.text())
|
.then(response => response.text())
|
||||||
.then(data => {
|
.then(data => {
|
||||||
var parser = new DOMParser();
|
var parser = new DOMParser();
|
||||||
|
|||||||
Reference in New Issue
Block a user