Unnecessary code removed

This commit is contained in:
nobody 2020-08-26 07:25:45 +02:00
parent cee93d524f
commit 01c0454734
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
2 changed files with 0 additions and 2 deletions

View File

@ -301,7 +301,6 @@ var resources = {
'path': 'resources/flv.js/{version}/flv.min.jsm',
'type': 'application/javascript'
},
// Font Awesome
'fontawesome': {
'path': 'resources/fontawesome/{version}/css/font-awesome.min.css',

View File

@ -42,7 +42,6 @@ options._renderContents = function () {
if (BrowserType.CHROMIUM) {
document.getElementById('html-filter-div').style.display = 'none';
document.getElementById('block-google-fonts').style.display = 'none';
}
if (!chrome.browserAction.setIcon) {