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
f92cb9c0
Commit
f92cb9c0
authored
Apr 17, 2015
by
Fabian-Andree Heidemann
Browse files
filebrowser: fix change of views
parent
d13cfed9
Changes
1
Hide whitespace changes
Inline
Side-by-side
vispa/extensions/file/static/js/menuentries.js
View file @
f92cb9c0
...
...
@@ -39,7 +39,7 @@ define(["./base/views/symbol", "./base/views/table", "./selector/selectortablevi
buttonClass
:
"
btn-default
"
,
callback
:
function
()
{
//noinspection JSLint
this
.
fb
.
changeView
(
Symbol
v
iew
);
this
.
fb
.
changeView
(
Symbol
V
iew
);
}
},
{
id
:
"
Table
"
,
...
...
@@ -48,7 +48,7 @@ define(["./base/views/symbol", "./base/views/table", "./selector/selectortablevi
buttonClass
:
"
btn-default
"
,
callback
:
function
()
{
//noinspection JSLint
this
.
fb
.
changeView
(
Table
v
iew
);
this
.
fb
.
changeView
(
Table
V
iew
);
}
}]
},
{
...
...
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