mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-27 20:58:40 +01:00
parent
9c80489ec6
commit
505d78a8e0
@ -74,7 +74,7 @@ DynMap.prototype = {
|
|||||||
formatUrl: function(name, options) {
|
formatUrl: function(name, options) {
|
||||||
var url = this.options.url[name];
|
var url = this.options.url[name];
|
||||||
$.each(options, function(n,v) {
|
$.each(options, function(n,v) {
|
||||||
url = url.replace("{" + n + "}", v);
|
url = url.replace("{" + n + "}", encodeURIComponent(v));
|
||||||
});
|
});
|
||||||
return url;
|
return url;
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user