mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-01-12 19:00:44 +01:00
Merge pull request #3917 from JurgenKuyper/fix_spaces_standalone_markers
Update markers.js
This commit is contained in:
commit
202625ac23
@ -27,7 +27,7 @@ componentconstructors['markers'] = function(dynmap, configuration) {
|
||||
|
||||
function loadmarkers(world) {
|
||||
removeAllMarkers();
|
||||
var url = concatURL(dynmap.options.url.markers, '_markers_/marker_' + encodeURIComponent(world) + '.json');
|
||||
var url = concatURL(dynmap.options.url.markers, '_markers_/marker_' + world + '.json');
|
||||
|
||||
$.getJSON(url, function(data) {
|
||||
var ts = data.timestamp;
|
||||
|
Loading…
Reference in New Issue
Block a user