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
1e62c5f0
Commit
1e62c5f0
authored
Dec 31, 2014
by
asseldonk
Browse files
filebrowser: fixed #2037
parent
113c9baf
Changes
1
Hide whitespace changes
Inline
Side-by-side
vispa/extensions/file/static/js/menuentries.js
View file @
1e62c5f0
...
...
@@ -49,11 +49,7 @@ function getFileMenuEntries() {
iconClass
:
"
glyphicon glyphicon-list
"
,
buttonClass
:
"
btn-default
"
,
callback
:
function
()
{
if
(
this
.
_name
==
"
FileBrowser
"
)
{
this
.
fb
.
changeView
(
Tableview
);
}
else
{
this
.
fb
.
changeView
(
SelectorTableview
);
}
this
.
fb
.
changeView
(
Tableview
);
}
}]
},
{
...
...
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