forked from GitHub/dbot
yes yes
This commit is contained in:
parent
0d86dc4119
commit
d0db3b6a53
@ -4,7 +4,7 @@ var api = function(dbot) {
|
|||||||
return {
|
return {
|
||||||
'getUrl': function(path) {
|
'getUrl': function(path) {
|
||||||
if(path.charAt(0) == '/') path = path.substr(1);
|
if(path.charAt(0) == '/') path = path.substr(1);
|
||||||
path = encodeURIComponent(path);
|
path = encodeURI(path);
|
||||||
if(this.config.externalPath) {
|
if(this.config.externalPath) {
|
||||||
return this.config.externalPath + '/' + path;
|
return this.config.externalPath + '/' + path;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user