Firefox: get the version number from the fragment

pull/2/head
Deathamns 9 years ago committed by gorhill
parent 1ee1bd052a
commit 8db990daa3

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

Loading…
Cancel
Save