Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Frederic Thoma
erp5
Commits
35c36090
Commit
35c36090
authored
Jan 07, 2021
by
Arnaud Fontaine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ERP5Workflow: Fix test_javascript_lint.
parent
87289ded
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
bt5/erp5_graph_editor/SkinTemplateItem/portal_skins/erp5_graph_editor/dream_graph_editor/jsplumb/jsplumb.js.js
...rp5_graph_editor/dream_graph_editor/jsplumb/jsplumb.js.js
+2
-2
bt5/erp5_graph_editor/SkinTemplateItem/portal_skins/erp5_graph_editor/dream_graph_editor/jsplumb/seedrandom.js.js
..._graph_editor/dream_graph_editor/jsplumb/seedrandom.js.js
+1
-1
No files found.
bt5/erp5_graph_editor/SkinTemplateItem/portal_skins/erp5_graph_editor/dream_graph_editor/jsplumb/jsplumb.js.js
View file @
35c36090
...
...
@@ -357,11 +357,11 @@
if
(
edge_data
.
name
)
{
label
=
edge_data
.
name
;
if
(
edge_data
.
path
)
{
label
=
label
.
link
(
edge_data
.
path
)
label
=
label
.
link
(
edge_data
.
path
)
;
}
}
if
(
edge_data
.
name_path_dict
)
{
var
linked_name_list
=
[]
var
linked_name_list
=
[]
;
for
(
var
name
in
edge_data
.
name_path_dict
)
{
linked_name_list
.
push
(
name
.
link
(
edge_data
.
name_path_dict
[
name
]));
}
...
...
bt5/erp5_graph_editor/SkinTemplateItem/portal_skins/erp5_graph_editor/dream_graph_editor/jsplumb/seedrandom.js.js
View file @
35c36090
...
...
@@ -14,7 +14,7 @@ Can be used as a plain script, a node.js module or an AMD module.
Script tag usage
----------------
<script src=
//cdnjs.cloudflare.com/ajax/libs/seedrandom/2.3.10/seedrandom.min.js
>
<script src=
"//cdnjs.cloudflare.com/ajax/libs/seedrandom/2.3.10/seedrandom.min.js"
>
</script>
// Sets Math.random to a PRNG initialized using the given explicit seed.
...
...
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