From 076535e3d383d49afe518de57711449dc9f8fa6f Mon Sep 17 00:00:00 2001 From: lisenenkov Date: Sun, 12 Feb 2017 18:41:50 +0300 Subject: [PATCH] Update inspector.js https info not showed --- web/javascript/inspector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/javascript/inspector.js b/web/javascript/inspector.js index 0ad78872b..aaf30eb04 100644 --- a/web/javascript/inspector.js +++ b/web/javascript/inspector.js @@ -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, '' + str + ''); } else {