Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
3pia
VISPA
VISPA web
Commits
1a4aba53
Commit
1a4aba53
authored
Oct 20, 2017
by
Benjamin Fischer
Browse files
CodeEditor: lowered file handler priority
parent
b550cfb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
vispa/extensions/codeeditor/static/js/extension.js
View file @
1a4aba53
...
...
@@ -30,7 +30,7 @@ define([
return
(
~
fileExtensions
.
indexOf
(
ext
))
?
(
"
fi fi-
"
+
ext
)
:
"
fa fa-file-text
"
;
},
position
:
function
(
ext
)
{
return
(
~
fileExtensions
.
indexOf
(
ext
))
?
1
:
1001
;
return
(
~
fileExtensions
.
indexOf
(
ext
))
?
5
:
1001
;
},
},
function
(
path
)
{
return
[
"
codeeditor
"
,
"
CodeEditor
"
,
{
path
:
path
}];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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