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