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
6598813b
Commit
6598813b
authored
Aug 10, 2017
by
Benjamin Fischer
Browse files
Sidebar: remove note thingy
parent
f7a95cdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
vispa/extensions/core/static/js/extension.js
View file @
6598813b
...
...
@@ -47,27 +47,6 @@ define([
this
.
openWorkspaceAddDialog
=
openWorkspaceAddDialog
;
this
.
addView
(
SidebarView
.
_extend
({
init
:
function
init
()
{
init
.
_super
.
apply
(
this
,
arguments
);
var
self
=
this
;
self
.
$content
.
css
(
"
height
"
,
"
300px
"
);
self
.
$content
.
css
(
"
background-color
"
,
"
#fff
"
);
require
([
"
ace/ace
"
],
function
(
ace
)
{
self
.
ace
=
ace
.
edit
(
self
.
$content
.
get
(
0
));
self
.
ace
.
setOptions
({
enableBasicAutocompletion
:
true
,
enableLiveAutocompletion
:
true
,
enableSnippets
:
true
,
});
});
}
},
{
name
:
"
Notes
"
,
iconClass
:
"
fa-file
"
,
position
:
10
}))
}
});
...
...
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