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

Improved: Note for Non-Firefox users (Help and Options page)

This commit is contained in:
nobody
2021-03-30 06:34:41 +02:00
parent acd4881dc1
commit ca7e18f3e1
7 changed files with 167 additions and 120 deletions

View File

@@ -42,6 +42,10 @@ options._renderContents = function () {
options._renderLocaleNotice();
}
if (!BrowserType.FIREFOX) {
document.getElementById('chromium-banner').style.display = 'block';
}
document.getElementById('label-version').textContent = chrome.runtime.getManifest().version;
};