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

Hide incompatible options for Chromium based browsers

This commit is contained in:
nobody
2020-07-05 08:55:24 +02:00
parent f310d3ee0e
commit 6aed2a9cef
2 changed files with 5 additions and 1 deletions

View File

@@ -42,6 +42,10 @@ options._renderContents = function () {
options._renderLocaleNotice();
}
if(BrowserType.CHROMIUM) {
document.getElementById('html-filter-div').hidden = true;
}
};
options._renderOptionsPanel = function () {