Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
3pia
VISPA
VISPA web
Commits
e034beca
Commit
e034beca
authored
Apr 16, 2015
by
ThorbenQuast
Browse files
editor: "null" is not shown in output field anymore
parent
22ae7b4e
Changes
1
Show whitespace changes
Inline
Side-by-side
vispa/extensions/codeeditor/static/js/output.js
View file @
e034beca
...
...
@@ -235,7 +235,7 @@ define(["jquery", "emitter"], function($, Emitter) {
},
clear
:
function
()
{
this
.
setText
(
null
);
this
.
setText
(
""
);
return
this
;
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment