clearing on reset
This commit is contained in:
parent
753e1d80f9
commit
45aeb7d12a
|
@ -25,7 +25,10 @@ jQuery(document).ready(function() {
|
|||
|
||||
|
||||
var onReset = function() {
|
||||
repl.reset(allowInput);
|
||||
repl.reset(function() {
|
||||
output.empty();
|
||||
allowInput();
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user