Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
bitcoin-top
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Schedules
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Daniel Edgecumbe
bitcoin-top
Commits
9d7eb3a5
Commit
9d7eb3a5
authored
Nov 12, 2018
by
Daniel Edgecumbe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issue with blockIntervalBar method
parent
1979fbe1
Pipeline
#299
passed with stages
in 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
index.js
nginx/public_html/index.js
+3
-0
No files found.
nginx/public_html/index.js
View file @
9d7eb3a5
...
...
@@ -161,6 +161,9 @@ onload = function() {
}
},
blockIntervalBar
:
function
(
seconds
)
{
if
(
seconds
<
0
)
{
return
""
;
}
let
minutes
=
Math
.
floor
(
seconds
/
60
);
return
"*"
.
repeat
(
minutes
);
},
...
...
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