diff options
author | Grant Paul <chpwn@chpwn.com> | 2010-09-25 22:15:30 -0700 |
---|---|---|
committer | Jay Freeman <saurik@Jay-Freemans-MacBook-Pro.local> | 2010-10-04 00:12:21 -0700 |
commit | 21ea11a48e66dea8bc917392ea80f045df3a56a6 (patch) | |
tree | a35631cb71850c6537d97b1ac1094febc650e3a6 /Cydia.app/confirm.js | |
parent | eb97a3a886e9b0423f1f085c611ecd0440cdd4b6 (diff) |
Better Queue UI. Discoverable. WebKit JS/objc bridge.
Diffstat (limited to 'Cydia.app/confirm.js')
-rw-r--r-- | Cydia.app/confirm.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cydia.app/confirm.js b/Cydia.app/confirm.js index 5ef99bf..cc00bf4 100644 --- a/Cydia.app/confirm.js +++ b/Cydia.app/confirm.js @@ -15,6 +15,8 @@ $(function () { $("#resuming").html($.xml(resuming)); } else for (var i = 0; i != issues.length; ++i) { document.title = cydia.localize("CANNOT_COMPLY"); + + $(".queue").remove(); $("._issues").remove(); |