Remove the unused url_path

Remove the unused url_path in freezer.common.js

Change-Id: Ie861da6e82d4cc602288634c3229f95c6fd4eb21
This commit is contained in:
zhurong 2016-08-04 15:08:34 +00:00
parent 2c6f33557f
commit 12d82d9d17
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 += "//";