Update inspector.js

https info not showed
This commit is contained in:
lisenenkov 2017-02-12 18:41:50 +03:00 committed by GitHub
parent 093f1c5798
commit 076535e3d3
1 changed files with 1 additions and 1 deletions

View File

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