From bd0b1638db3514a19d1ff45bf5f0caaa0b1b7c04 Mon Sep 17 00:00:00 2001 From: Deathamns Date: Thu, 15 Jan 2015 13:24:35 +0100 Subject: [PATCH] URL handling changes --- platform/chromium/vapi-client.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/platform/chromium/vapi-client.js b/platform/chromium/vapi-client.js index 9fd6a6e..7872e79 100644 --- a/platform/chromium/vapi-client.js +++ b/platform/chromium/vapi-client.js @@ -156,6 +156,12 @@ vAPI.canExecuteContentScript = function() { /******************************************************************************/ +vAPI.getUrlNormalizer = function() { + return document.createElement('a'); +}; + +/******************************************************************************/ + })(); /******************************************************************************/ \ No newline at end of file