We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e6b87 commit b46e46aCopy full SHA for b46e46a
public/javascripts/occ_editor.js
@@ -7,7 +7,7 @@
7
editor_output_visible = false,
8
is_terminal_open = false,
9
terminal_win,
10
- job_list, settings;
+ job_list, settings = {};
11
12
var templates = {
13
"editor_bar_init": '<p class="editor-bar-actions">' +
0 commit comments