1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-14 00:05:08 +12:00

Firefox: get the version number from the fragment

This commit is contained in:
Deathamns 2015-01-29 14:12:21 +01:00 committed by gorhill
parent 1ee1bd052a
commit 8db990daa3

View file

@ -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)
};
/******************************************************************************/