Skip to content

Commit 46b6108

Browse files
save file
1 parent 16286fa commit 46b6108

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -271,29 +271,20 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
271271

272272
menu.add.style();
273273

274-
275274
$(root,'#save').onclick = btn.save;
276-
277-
278-
279275
$('#run').onclick = btn.run;
280276
$(root,'#prettier').onclick = btn.prettier;
281277

282278
$('#horiz').onclick = horiz;
283279
$('#vert').onclick = vert;
284280

285-
286281
var view = $('#view');
287282
ui.root = view;
288283

289-
290284
slider.node = $.slider.glass('web-editor','#page-slider','output-html',slider,ui,output);
291285

292-
293-
294286
focus();
295287

296-
297288
}//initdom
298289

299290

@@ -304,9 +295,6 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
304295
}//focus
305296

306297

307-
//:
308-
309-
310298
function kd(e){
311299
//console.log('[ html-editor ]','kd');
312300
if(e.key=='Enter' && e.ctrlKey){

0 commit comments

Comments
 (0)