We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec11eac commit 48acf54Copy full SHA for 48acf54
utils/editors/js-console/html/output/v2.0/output-v2.0.html
@@ -254,7 +254,12 @@
254
iframe.remove();
255
256
}//kill
257
-
+
258
259
260
+ //:
261
262
263
264
obj.clear = function(){return clear()}
265
@@ -294,11 +299,13 @@
294
299
295
300
});
296
301
297
- var txt = args.join(' ');
298
- var div = document.createElement('div');
302
+ var txt = args.join(' ');
303
+ var div = document.createElement('div');
304
div.textContent = txt;
305
output.append(div);
306
307
output.scrollTop = 999999999;
308
309
return div;
310
311
}//log
0 commit comments