Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,697
Issues
1,697
List
Boards
Labels
Service Desk
Milestones
Merge Requests
91
Merge Requests
91
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
ba47f2d2
Commit
ba47f2d2
authored
Dec 14, 2015
by
HERBERT Ryan
Committed by
Vidjil Team
Mar 08, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
builder.js fixed a problem with order of code
parent
34f2aa2e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
browser/js/builder.js
browser/js/builder.js
+1
-1
No files found.
browser/js/builder.js
View file @
ba47f2d2
...
@@ -488,9 +488,9 @@ Builder.prototype = {
...
@@ -488,9 +488,9 @@ Builder.prototype = {
parent
.
appendChild
(
sample_div
)
parent
.
appendChild
(
sample_div
)
// Total
// Total
parent
.
appendChild
(
div_total
)
var
div_total
=
this
.
build_named_info_line
(
"
info_total
"
,
"
total
"
,
this
.
m
.
toStringThousands
(
this
.
m
.
reads
.
total
[
this
.
m
.
t
])
+
"
reads
"
)
var
div_total
=
this
.
build_named_info_line
(
"
info_total
"
,
"
total
"
,
this
.
m
.
toStringThousands
(
this
.
m
.
reads
.
total
[
this
.
m
.
t
])
+
"
reads
"
)
parent
.
appendChild
(
div_total
)
// Segmented reads
// Segmented reads
var
val
=
"
no reads segmented
"
;
var
val
=
"
no reads segmented
"
;
...
...
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