diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-09-01 15:05:55 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:08:28 +0000 |
commit | baf809427ec626c43618a5337507fc1760338576 (patch) | |
tree | 59044c61969d15081a0269328ad366e1cf29e2d0 /Cydia.app/package.js | |
parent | 90515f88be42ea9643a58b2608583a0c3e1fac43 (diff) |
Timeouts, update cancel, update /bar/, webkit stability, url throttling.
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 6f9ccf1..480ec01 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://apt.saurik.com/notice/" + encodeURIComponent(id) + ".html"); + //$("#notice-src").src("http://saurik.cachefly.net/notice/" + encodeURIComponent(id) + ".html"); var depiction = package.depiction; if (depiction == null) |