1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Adjustment to beta version numbers

This commit is contained in:
nobody
2021-01-16 07:56:50 +01:00
parent 6fdbe33597
commit aa12a57f2a
3 changed files with 2 additions and 10 deletions

View File

@ -51,7 +51,7 @@ options._renderContents = function () {
options._platformSupportIcons = false;
}
options._renderInfoPanel();
document.getElementById('label-version').textContent = helpers.formatVersion(chrome.runtime.getManifest().version);
document.getElementById('label-version').textContent = chrome.runtime.getManifest().version;
};
options._renderOptionsPanel = function () {