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
0bfa6010
Commit
0bfa6010
authored
Jul 13, 2015
by
Marcel Rieger
Browse files
Fix workspace status in dialog.
parent
55e0fc30
Changes
1
Hide whitespace changes
Inline
Side-by-side
vispa/static/js/workspaces.js
View file @
0bfa6010
...
...
@@ -1212,7 +1212,7 @@ define([
vispa
.
POST
(
vispa
.
url
.
dynamic
(
"
ajax/deleteworkspace
"
),
{
wid
:
this
.
getId
()
},
function
(
err
,
res
)
{
if
(
err
)
{
callback
(
err
);
return
return
;
}
// remove and unset nodes that were set during setup
self
.
nodes
.
$workspaceMenuEntry
.
remove
();
...
...
@@ -1563,7 +1563,7 @@ define([
if
(
err
)
{
setCheckStatus
(
$footer
,
3
);
}
else
{
setCheckStatus
(
$footer
,
3
);
setCheckStatus
(
$footer
,
2
);
}
});
});
...
...
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