diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-04 03:37:09 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-04 03:38:36 -0700 |
commit | bc11cf5bb67e9f5c4096dc93d813272a49de1115 (patch) | |
tree | b1a18850aca2b23c41e7844d95efe10852a80e91 /Cydia.app/confirm.js | |
parent | 54b844a077e17de31c79cb71d8b6948f8b152a8e (diff) |
Removed tabs and trailing space characters from codebase.
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(); |