We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e298007 commit 9a9cb4cCopy full SHA for 9a9cb4c
src/core.ts
@@ -60,6 +60,7 @@ export class Core extends Module {
60
const fragment = Core.__pageConfiguration.fragments.find(fragment => fragment.name === asset.fragment);
61
return fragment && fragment.attributes.if !== "false";
62
}
63
+ return false;
64
});
65
66
const scripts = Core.createLoadQueue(onFragmentRenderAssets);
0 commit comments