Merge "Remove the unused url_path"

This commit is contained in:
Jenkins 2016-09-08 14:42:37 +00:00 committed by Gerrit Code Review
commit 4ad8d2e4e8
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
var Browser = (function () {
var url_path = $(location).attr("pathname");
var url = null;
url = $(location).attr("protocol");
url += "//";