diff options
author | Grant Paul <chpwn@chpwn.com> | 2011-01-22 16:10:09 -0800 |
---|---|---|
committer | Grant Paul <chpwn@chpwn.com> | 2011-01-22 16:10:09 -0800 |
commit | 4305896caa42e43147efb1a289699b3edf91e853 (patch) | |
tree | 50837e37b104b04c6f94ee2fafa6fc7e8eba68f6 /MobileCydia.app | |
parent | 0b91a8743d785866006c01457b45bfe279cbc11c (diff) | |
parent | 650e9e360c5c07185b3a10adf646669aadac7d24 (diff) |
Merge commit :(. Bring in my work on URLs and UITabBarController into one functioning whole!
- Queueing badges and controllers work.
- As far as I can tell, no broken URLs on Cydia pages.
- There might still be one the website, but that's not under my control.
- Lazy loads tabs again, but also doesn't reload the home page when switching back to it (yay!).
- Adds "Show Pacakge Settings" duplicated text as a section header on the PackageSettingsController, for asthetic reasons.
- Popups are *still* broken, and I still don't know why.
Diffstat (limited to 'MobileCydia.app')
-rw-r--r-- | MobileCydia.app/package.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.app/package.js b/MobileCydia.app/package.js index 2eaeb4a..0e2566b 100644 --- a/MobileCydia.app/package.js +++ b/MobileCydia.app/package.js @@ -224,7 +224,7 @@ $(function () { $(".installed").addClass("deleted"); else { $("#installed").html($.xml(installed)); - $("#files-href").href("cydia://files/" + idc); + $("#files-href").href("cydia://package/" + idc + "/files"); } space("#id", $.xml(id), 220); |