Skip to content

Commit 3dd8d62

Browse files
save file
1 parent f43170d commit 3dd8d62

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

utils/editors/html-editor/v3.0/html-editor-v3.0.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,16 @@
8383
});
8484
*/
8585

86+
/*
8687
navigator.serviceWorker.getRegistrations().then(registrations => {
8788
registrations.forEach(reg => {
8889
reg.unregister().then(success => {
8990
console.log(`Unregistered: ${success}`);
9091
});
9192
});
9293
});
93-
94+
*/
95+
9496
</script>
9597

9698

@@ -234,7 +236,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
234236

235237
<div id=page-slider style='width:10px;cursor:ew-resize'></div>
236238

237-
<output-html component=page></output-html>
239+
<output-html v2.0 component=page></output-html>
238240

239241
</div>
240242

0 commit comments

Comments
 (0)