commit
bbc0d8c5e4
|
@ -423,7 +423,7 @@ function Inspector(controller) {
|
||||||
str = none;
|
str = none;
|
||||||
}
|
}
|
||||||
uri = parseUri(str);
|
uri = parseUri(str);
|
||||||
if (uri.protocol == 'http' || uri.parseUri == 'https') {
|
if (uri.protocol == 'http' || uri.protocol == 'https') {
|
||||||
str = encodeURI(str);
|
str = encodeURI(str);
|
||||||
setInnerHTML(e.comment_lb, '<a href="' + str + '" target="_blank" >' + str + '</a>');
|
setInnerHTML(e.comment_lb, '<a href="' + str + '" target="_blank" >' + str + '</a>');
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue