mirror of
https://github.com/chinchang/web-maker.git
synced 2025-10-11 03:24:25 +02:00
fix clear.console error. fixes #118
This commit is contained in:
@@ -50,6 +50,10 @@
|
||||
}
|
||||
|
||||
function clear() {
|
||||
if (_options.noUi) {
|
||||
window.parent.clearConsole();
|
||||
return;
|
||||
}
|
||||
logEl.innerHTML = '';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user