X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/affeffc797be156742cbd8efe899ba74dd719b0d..807ae6d7d376189cbf17271686d8389c541c7975:/Cydia.app/confirm.js diff --git a/Cydia.app/confirm.js b/Cydia.app/confirm.js index 579c3f5f..785448c1 100644 --- a/Cydia.app/confirm.js +++ b/Cydia.app/confirm.js @@ -1,12 +1,12 @@ $(function () { var downloading = sizes[0]; - if (downloading == "0.0B") + if (downloading == "0.0 B") $(".downloading").remove(); else $("#downloading").html($.xml(downloading)); var resuming = sizes[1]; - if (resuming == "0.0B") + if (resuming == "0.0 B") $(".resuming").remove(); else $("#resuming").html($.xml(resuming));