Browse Source

Firefox: get the version number from the fragment

pull/2/head
Deathamns 10 years ago
committed by gorhill
parent
commit
8db990daa3
  1. 3
      platform/firefox/vapi-background.js

3
platform/firefox/vapi-background.js

@ -43,10 +43,9 @@ vAPI.firefox = true;
/******************************************************************************/ /******************************************************************************/
// TODO: read these data from somewhere...
vAPI.app = { vAPI.app = {
name: 'µBlock', name: 'µBlock',
version: '0.8.6.0'
version: location.hash.slice(1)
}; };
/******************************************************************************/ /******************************************************************************/

Loading…
Cancel
Save