mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-14 06:42:17 +00:00
Fix icon path.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
var store_icon = static_url + 'img/map_icons/home-2.png'
|
||||
var online_icon = static_url + 'img/map_icons/wifi.png'
|
||||
var geolocation_icon = static_url + '/img/map_icons/home-2-green.png'
|
||||
var geolocation_icon = static_url + 'img/map_icons/home-2-green.png'
|
||||
|
||||
function lookup_marker(id) {
|
||||
if (id == null || id == 1) {
|
||||
|
||||
Reference in New Issue
Block a user