There was an error while loading. Please reload this page.
1 parent 9f4d98d commit e71cba5Copy full SHA for e71cba5
1 file changed
src/frontendFixes/index.js
@@ -42,13 +42,6 @@ if ( edacFrontendFixes?.underline?.enabled ) {
42
} );
43
}
44
45
-if ( edacFrontendFixes?.meta_viewport_scalable?.enabled ) {
46
- // lazy import the module
47
- import( /* webpackChunkName: "meta-viewport-scalable" */ './Fixes/metaViewportScalableFix' ).then( ( metaViewportScalableFix ) => {
48
- metaViewportScalableFix.default();
49
- } );
50
-}
51
-
52
if ( edacFrontendFixes?.prevent_links_opening_new_windows?.enabled ) {
53
// lazy import the module
54
import( /* webpackChunkName: "prevent-links-opening-in-new-window" */ './Fixes/preventLinksOpeningNewWindowFix' ).then( ( preventLinksOpeningNewWindowFix ) => {
0 commit comments