mirror of https://github.com/gorhill/uBlock.git
Drop the `v` from build version
This commit is contained in:
parent
2a8c85b132
commit
163035dc92
|
@ -37,7 +37,7 @@
|
|||
what: 'getAppData',
|
||||
});
|
||||
|
||||
uDom('#aboutNameVer').text(appData.name + ' v' + appData.version);
|
||||
uDom('#aboutNameVer').text(appData.name + ' ' + appData.version);
|
||||
|
||||
if ( appData.canBenchmark !== true ) { return; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue