diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-08-25 21:11:20 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:08:28 +0000 |
commit | 90515f88be42ea9643a58b2608583a0c3e1fac43 (patch) | |
tree | 24812505a5693375f14d65edee3d1a6b5bdeef21 /Cydia.app/package.js | |
parent | a9a0661e3037911b40e1c272a478b63ab3d68eef (diff) |
Moved /notice/ to somewhere with more bandwidth, fixed a typo in Information, updated MMI's icon, and changed around case sorting routines.
Diffstat (limited to 'Cydia.app/package.js')
-rw-r--r-- | Cydia.app/package.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cydia.app/package.js b/Cydia.app/package.js index 0dfa6dc..6f9ccf1 100644 --- a/Cydia.app/package.js +++ b/Cydia.app/package.js @@ -39,7 +39,7 @@ $(function () { $("#author-href").href("mailto:" + author.address + "?subject=" + regarding); } - $("#notice-src").src("http://cydia.saurik.com/notice/" + encodeURIComponent(id) + ".html"); + $("#notice-src").src("http://apt.saurik.com/notice/" + encodeURIComponent(id) + ".html"); var depiction = package.depiction; if (depiction == null) |