diff options
Diffstat (limited to 'Cydia.app/confirm.js')
-rw-r--r-- | Cydia.app/confirm.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cydia.app/confirm.js b/Cydia.app/confirm.js index cc00bf4..efffdc4 100644 --- a/Cydia.app/confirm.js +++ b/Cydia.app/confirm.js @@ -7,7 +7,7 @@ $(function () { $(".downloading").remove(); else $("#downloading").html($.xml(downloading)); - + var resuming = sizes[1]; if (resuming == "0.0 B") $(".resuming").remove(); @@ -15,7 +15,7 @@ $(function () { $("#resuming").html($.xml(resuming)); } else for (var i = 0; i != issues.length; ++i) { document.title = cydia.localize("CANNOT_COMPLY"); - + $(".queue").remove(); $("._issues").remove(); |