Browse Source

Remove previous Safari overhead; cleanup workarounds from rest of code

pull/2/head
Chris 10 years ago
committed by gorhill
parent
commit
0fbaf41d09
  1. 6
      platform/firefox/vapi-client.js

6
platform/firefox/vapi-client.js

@ -166,12 +166,6 @@ window.addEventListener('pageshow', vAPI.messaging.toggleListener, true);
/******************************************************************************/
vAPI.canExecuteContentScript = function() {
return true;
};
/******************************************************************************/
})(this);
/******************************************************************************/
Loading…
Cancel
Save