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:
@ -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 () {
|
||||
|
Reference in New Issue
Block a user