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
3d15786d
Commit
3d15786d
authored
Apr 15, 2015
by
Fabian-Andree Heidemann
Browse files
fix bug with commit:4634e39e5d02
parent
a84dbbc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
vispa/static/js/workspaces.js
View file @
3d15786d
...
...
@@ -850,14 +850,15 @@ define([
loadInstances
:
function
()
{
var
self
=
this
;
var
state
=
this
.
varData
.
lastState
;
delete
this
.
varData
.
lastState
;
if
(
vispa
.
extensions
.
extensionsLoading
)
{
vispa
.
extensions
.
once
(
"
ready
"
,
this
.
loadInstances
.
bind
(
this
));
return
;
}
var
state
=
this
.
varData
.
lastState
;
delete
this
.
varData
.
lastState
;
if
(
state
.
centerView
)
{
var
loader
=
function
(
confirmed
)
{
if
(
confirmed
)
{
...
...
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