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
a36f2784
Commit
a36f2784
authored
May 24, 2017
by
Téo Vasseur
Browse files
builder.js : remove calls to build_info_container
See
#2446
parent
a6f21b1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/builder.js
View file @
a36f2784
...
...
@@ -61,7 +61,6 @@ Builder.prototype = {
});
this
.
build_top_container
()
this
.
build_info_container
()
this
.
build_clusterSelector
()
this
.
initTag
();
...
...
@@ -76,7 +75,6 @@ Builder.prototype = {
update
:
function
()
{
try
{
this
.
build_top_container
()
this
.
build_info_container
()
this
.
updateTagBox
();
}
catch
(
err
)
{
sendErrorToDb
(
err
,
this
.
db
);
...
...
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