Skip to content
This repository was archived by the owner on Oct 4, 2025. It is now read-only.

Commit 104a237

Browse files
committed
ipfs template: add 'skipRuffle to <replay-app-main>
1 parent 9922fe1 commit 104a237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ipfsutils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ function getReplayHtml(waczPath, replayOpts = {}) {
414414
</head>
415415
<body>${showEmbed ? `
416416
<replay-web-page ${deepLink ? "deepLink=\"true\" " : ""} ${pageUrl ? `url="${pageUrl}"` : ""} loading="${loading || ""}" embed="replay-with-info" src="${waczPath}"></replay-web-page>` : `
417-
<replay-app-main source="${waczPath}"></replay-app-main>`
417+
<replay-app-main skipRuffle source="${waczPath}"></replay-app-main>`
418418
}
419419
</body>
420420
</html>`;

0 commit comments

Comments
 (0)