Skip to content

Commit 03b6f50

Browse files
committed
clear results is no longer supported
1 parent 9bc3179 commit 03b6f50

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/views/rails_web_console/console/index.html.erb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
background-color: #000;
99
color: silver;
1010
padding: 6px;
11+
overflow-y: auto;
1112
}
1213
* {
1314
margin: 0;
@@ -112,10 +113,6 @@
112113
runScriptButton.on('click', runScript);
113114
script.on('keydown', onKeyDown);
114115

115-
function clearResults() {
116-
results.html();
117-
}
118-
119116
function out(content, className) {
120117
var div = document.createElement('div');
121118
div.setAttribute('class', className || '');

0 commit comments

Comments
 (0)