mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
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
Block a user