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
a83be335
Commit
a83be335
authored
Jun 25, 2015
by
ThorbenQuast
Browse files
editor: remove double 'close' menu entry
parent
c5834beb
Changes
1
Hide whitespace changes
Inline
Side-by-side
vispa/extensions/codeeditor/static/js/view.js
View file @
a83be335
...
...
@@ -66,13 +66,6 @@ define([
callback
:
function
()
{
self
.
updateInfo
.
start
();
}
}).
addMenuEntry
(
"
close
"
,
{
label
:
"
Close
"
,
iconClass
:
"
glyphicon glyphicon-off
"
,
buttonClass
:
"
btn-danger
"
,
callback
:
function
()
{
self
.
close
();
}
});
this
.
editor
=
new
Editor
(
this
);
...
...
Write
Preview
Markdown
is supported
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