debisoft commited on
Commit
810941c
·
1 Parent(s): 82da301
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -15,6 +15,7 @@ function load()
15
  maxZoom: 19,
16
  attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
17
  }).addTo(map);
 
18
  }
19
  setTimeout(load, 5000);
20
  """
 
15
  maxZoom: 19,
16
  attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
17
  }).addTo(map);
18
+ alert('loading...');
19
  }
20
  setTimeout(load, 5000);
21
  """