From cd58d3766b56ac48c4893682b8fe936b57b6f9f4 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 27 Dec 2014 17:52:41 -0500 Subject: [PATCH] sync updates --- dashboard-ui/scripts/syncactivity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/syncactivity.js b/dashboard-ui/scripts/syncactivity.js index 2002c55c53..3c467db0cf 100644 --- a/dashboard-ui/scripts/syncactivity.js +++ b/dashboard-ui/scripts/syncactivity.js @@ -68,7 +68,7 @@ html += '
'; - if (job.Progress) { + if (job.Progress && job.Progress < 100) { html += '
'; html += "
"; html += '';