Reset to working condition

pull/45/head
Nathan Leniz 2015-01-19 23:52:39 -05:00
parent 53e5d06147
commit 4755bfcb56
2 changed files with 2 additions and 7 deletions

View File

@ -525,7 +525,7 @@ thead {
}
}
form.code {
form.code span {
font-size: 16px;
font-family: "Courier New", "Lucida Console", monospace;
}

View File

@ -42,12 +42,7 @@ var runHidden = function(code) {
var onoffline = null;
var ononline = null;
var importScripts = null;
var console = {
panel: $(parent.document.body).append('<div>'),
log: function(m){
this.panel.prepend('<div>'+m+'</div>');
}
};
var console = null;
var application = null;
return eval(code);