Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
aeb3e05c
Commit
aeb3e05c
authored
Jan 24, 2017
by
Ryan Herbert
Browse files
js* include jstree ressources
parent
9fd3daeb
Changes
2
Hide whitespace changes
Inline
Side-by-side
browser/index.html
View file @
aeb3e05c
...
...
@@ -32,6 +32,7 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/icons/fontello/css/animation.css"
/>
<link
id=
"palette"
rel=
"stylesheet"
type=
"text/css"
href=
"css/light.css"
/>
<link
id=
"seg_highlight"
rel=
"stylesheet"
type=
"text/css"
href=
"css/segmenter_highlight.css"
/>
<link
rel=
"stylesheet"
href=
"css/jstree_themes/default/style.min.css"
/>
<script
data-main=
"js/app.js"
src=
"js/lib/require.js"
></script>
...
...
browser/js/app.js
View file @
aeb3e05c
...
...
@@ -14,7 +14,8 @@ require(["jquery",
"
underscore
"
,
"
rgbcolor
"
,
"
file
"
,
"
tsne
"
],
function
()
{
"
tsne
"
,
"
jstree.min
"
],
function
()
{
// Then config file (needed by Vidjil)
require
([
'
../conf
'
],
function
()
{
loadAfterConf
()
...
...
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