Skip to content

Commit 316d1d7

Browse files
save file
1 parent 23136fc commit 316d1d7

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

utils/editors/html-editor/html/output-html/v2.0/output-html-v2.0.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -136,30 +136,30 @@
136136

137137
obj.initdom = function(rootnode){
138138

139-
shadow = host.shadowRoot;
139+
shadow = host.shadowRoot;
140140

141-
var style = $(shadow,'style');
141+
var style = $(shadow,'style');
142142
$.stylesheet.insert(style,'button','.icon');
143143

144144

145-
var hdr = $(shadow,'#hdr');
145+
var hdr = $(shadow,'#hdr');
146146

147-
chk['allow-scripts'] = $.chkbox(hdr,'#allow-scripts');
148-
chk['allow-modals'] = $.chkbox(hdr,'#allow-modals');
149-
chk['allow-popups'] = $.chkbox(hdr,'#allow-popups');
147+
chk['allow-scripts'] = $.chkbox(hdr,'#allow-scripts');
148+
chk['allow-modals'] = $.chkbox(hdr,'#allow-modals');
149+
chk['allow-popups'] = $.chkbox(hdr,'#allow-popups');
150150

151-
chk['console-show'] = $.chkbox(hdr,'#console-show',btn.show_console);
152-
chk['console-echo'] = $.chkbox(hdr,'#console-echo');
153-
chk['console-persist'] = $.chkbox(hdr,'#console-persist');
154-
$('#console-clear').onclick = btn.clear_console;
151+
chk['console-show'] = $.chkbox(hdr,'#console-show',btn.show_console);
152+
chk['console-echo'] = $.chkbox(hdr,'#console-echo');
153+
chk['console-persist'] = $.chkbox(hdr,'#console-persist');
154+
$(shadow,'#console-clear').onclick = btn.clear_console;
155155

156-
$(hdr,'#kill').onclick = btn.kill;
156+
$(hdr,'#kill').onclick = btn.kill;
157157

158158

159-
hldr = $(shadow,'#hldr');
160-
iframe = $(shadow,'iframe');
161-
def_sandbox = iframe.getAttribute('sandbox');
162-
glass = $(shadow,'#glass');
159+
hldr = $(shadow,'#hldr');
160+
iframe = $(shadow,'iframe');
161+
def_sandbox = iframe.getAttribute('sandbox');
162+
glass = $(shadow,'#glass');
163163

164164

165165
}//initdom

0 commit comments

Comments
 (0)