Browse Source

URL handling changes

pull/2/head
Deathamns 10 years ago
committed by gorhill
parent
commit
bd0b1638db
  1. 6
      platform/chromium/vapi-client.js

6
platform/chromium/vapi-client.js

@ -156,6 +156,12 @@ vAPI.canExecuteContentScript = function() {
/******************************************************************************/ /******************************************************************************/
vAPI.getUrlNormalizer = function() {
return document.createElement('a');
};
/******************************************************************************/
})(); })();
/******************************************************************************/ /******************************************************************************/
Loading…
Cancel
Save