We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f43170d commit 3dd8d62Copy full SHA for 3dd8d62
utils/editors/html-editor/v3.0/html-editor-v3.0.html
@@ -83,14 +83,16 @@
83
});
84
*/
85
86
+/*
87
navigator.serviceWorker.getRegistrations().then(registrations => {
88
registrations.forEach(reg => {
89
reg.unregister().then(success => {
90
console.log(`Unregistered: ${success}`);
91
92
93
-
94
+*/
95
+
96
</script>
97
98
@@ -234,7 +236,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
234
236
235
237
<div id=page-slider style='width:10px;cursor:ew-resize'></div>
238
- <output-html component=page></output-html>
239
+ <output-html v2.0 component=page></output-html>
240
241
</div>
242
0 commit comments