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
Alain Shakour
clowdflows
Commits
6573b923
Commit
6573b923
authored
Nov 10, 2014
by
Janez K
Browse files
bugfix
parent
6097d45f
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflows/static/js/new-script.js
View file @
6573b923
...
...
@@ -61,8 +61,6 @@ selectedInput = -1;
selectedOutput
=
-
1
;
selectedConnection
=
-
1
;
selectedWidgets
=
new
Set
([]);
connections
=
{};
executed
=
{};
...
...
@@ -236,7 +234,6 @@ function deleteSelected() {
$
(
"
#widget
"
+
newSelected
).
remove
();
$
(
"
#widgetpreferences-
"
+
newSelected
).
remove
();
selectedWidget
=-
1
;
selectedWidgets
=
new
Set
([]);
for
(
conId
in
connections
)
{
if
(
connections
[
conId
].
inputWidget
==
newSelected
||
connections
[
conId
].
outputWidget
==
newSelected
)
{
$
(
"
#drawingcanvas
"
+
conId
).
remove
();
...
...
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