Browse Source

translation work from https://crowdin.com/project/ublock

pull/2/head
gorhill 10 years ago
parent
commit
882d1d9425
  1. 3
      platform/firefox/vapi-background.js

3
platform/firefox/vapi-background.js

@ -1367,6 +1367,9 @@ vAPI.net.registerListeners = function() {
type: details.type,
url: details.url
};
if ( details.attrSrc !== undefined ) {
lastRequest[0].attrSrc = details.attrSrc;
}
};
vAPI.messaging.globalMessageManager.addMessageListener(

Loading…
Cancel
Save