From 93d2e91afa831e3c2282f15ee869dec6afefea15 Mon Sep 17 00:00:00 2001 From: Abhinav Adduri Date: Mon, 17 Jul 2017 16:22:43 -0700 Subject: [PATCH] formatting --- frontend/src/download.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/download.js b/frontend/src/download.js index ab60e346..ae6fe65d 100644 --- a/frontend/src/download.js +++ b/frontend/src/download.js @@ -32,8 +32,8 @@ $(document).ready(function() { $('.percent-number').html(`${Math.floor(percent * 100)}`); if (progress[1] < 1000000) { $('.progress-text').html( - `${filename} (${(progress[0] / 1000).toFixed(1)}KB of ${(progress[1] / - 1000).toFixed(1)}KB)` + `${filename} (${(progress[0] / 1000).toFixed(1)}KB of + ${(progress[1] / 1000).toFixed(1)}KB)` ); } else if (progress[1] < 1000000000) { $('.progress-text').html(