We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc02d5f commit 4a67afcCopy full SHA for 4a67afc
scripts/scripts.js
@@ -219,3 +219,8 @@ export async function loadPage() {
219
}
220
221
loadPage();
222
+
223
+(async function loadDa() {
224
+ if (!new URL(window.location.href).searchParams.get('dapreview')) return;
225
+ import('https://da.live/scripts/dapreview.js').then(({ default: daPreview }) => daPreview(loadPage));
226
+}());
0 commit comments