mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-18 15:18:04 +00:00
Switch to render methods - this gives us the "processed" output
This commit is contained in:
parent
6b36c00c23
commit
0fa7f87e5d
@ -67,15 +67,15 @@ function getPreparedCode() {
|
||||
close = '';
|
||||
|
||||
try {
|
||||
source = editors.html.getCode();
|
||||
source = editors.html.render();
|
||||
} catch (e) {}
|
||||
|
||||
try {
|
||||
js = editors.javascript.getCode();
|
||||
js = editors.javascript.render();
|
||||
} catch (e) {}
|
||||
|
||||
try {
|
||||
css = editors.css.getCode();
|
||||
css = editors.css.render();
|
||||
} catch (e) {}
|
||||
|
||||
// redirect JS console logged to our custom log while debugging
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user