Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
c6730089
Commit
c6730089
authored
Sep 26, 2018
by
Mikaël Salson
Browse files
js/database.js: Add new missing parameter
parent
e3f0a48e
Pipeline
#41177
passed with stages
in 4 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
browser/js/database.js
View file @
c6730089
...
...
@@ -335,7 +335,7 @@ Database.prototype = {
self
.
connected
=
false
;
}
else
{
for
(
var
i
=
0
;
i
<
kept_clones
.
length
;
i
++
)
{
self
.
m
.
clones
[
kept_clones
[
i
]].
seg
.
clonedb
=
processCloneDBContents
(
result
[
i
]);
self
.
m
.
clones
[
kept_clones
[
i
]].
seg
.
clonedb
=
processCloneDBContents
(
result
[
i
]
,
self
.
m
);
}
m
.
shouldRefresh
()
m
.
update
()
...
...
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