1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-18 12:50:49 +01:00

Unused method removed

This commit is contained in:
nobody 2022-07-10 07:11:08 +02:00
parent 47d2956824
commit ccfbcd95eb
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A

View File

@ -45,7 +45,6 @@ popup._renderContents = function () {
.then(popup._determineStatusManipulateDOM) .then(popup._determineStatusManipulateDOM)
.then(popup._determineStatusGoogleFonts) .then(popup._determineStatusGoogleFonts)
.then(popup._determineResourceInjections) .then(popup._determineResourceInjections)
.then(popup._determineNegateHtmlFilterOption)
.then(popup._renderContextualContents); .then(popup._renderContextualContents);
if (BrowserType.CHROMIUM) { if (BrowserType.CHROMIUM) {