We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b6108 commit dfc6dd3Copy full SHA for dfc6dd3
utils/editors/html-editor/v3.0/html-editor-v3.0.html
@@ -246,14 +246,10 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
246
<script>
247
248
249
-
250
var icon = {};
251
252
253
var root;
254
255
256
257
var slider = {};
258
259
var ui = {};
@@ -376,15 +372,6 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
376
372
//console.log('on.change');
377
373
set.favicon(icon.save);
378
374
379
380
- /*
381
- const SAVE_RE = /^\u{1F4BE}\uFE0F?/u;
382
- if (!SAVE_RE.test(document.title)) {
383
- document.title = "💾 " + document.title;
384
- }
385
- */
386
387
388
375
}//change
389
390
0 commit comments