Skip to content

Commit 4c88678

Browse files
save file
1 parent f035985 commit 4c88678

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

utils/editors/js-console/v2.0/js-console-v2.0.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -376,15 +376,15 @@
376376

377377
editor.initdom(view,{mode:'javascript'});
378378

379-
slider.node = $.slider('editor-root','#page-slider','output-root',slider,ui);
379+
slider.node = $.slider('web-editor','#page-slider','output-console',slider,ui);
380380
output.initdom(root);
381381

382382

383383
log.initdom();
384384

385385

386386

387-
ui.setup(view);
387+
//ui.setup(view);
388388

389389
publish.query();
390390
editor.focus();
@@ -690,7 +690,7 @@
690690

691691
function horiz(){
692692

693-
localStorage.setItem('orientation','horiz');
693+
//localStorage.setItem('orientation','horiz');
694694

695695
ui.mode = 'horiz';
696696
slider.node.style.cursor = 'ns-resize';
@@ -708,7 +708,7 @@
708708

709709
function vert(){
710710

711-
localStorage.setItem('orientation','vert');
711+
//localStorage.setItem('orientation','vert');
712712

713713
ui.mode = 'vert';
714714
slider.node.style.cursor = 'ew-resize';

0 commit comments

Comments
 (0)