diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-05-12 10:03:01 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:14:00 +0000 |
commit | 77801ff16d182668ca282c4dbc88ba250c5ff1b1 (patch) | |
tree | ee93caf9ed6034c47fa12bc07ba92feb6923179c /Cydia.app/package.js | |
parent | adcb04228b6d2c3683addb92ae8e301c13458b77 (diff) |
Loading changes, visibility switches, gsc.wildcat issues, remote package catalog, unique id on repository verify, copyright notice in about, and weird scrolling issues with old scroller.
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 104bd8c..8cca069 100644 --- a/Cydia.app/package.js +++ b/Cydia.app/package.js @@ -34,7 +34,7 @@ function space(selector, html, max) { } function cache(url) { - return url.replace('://', '://ne.edgecastcdn.net/8003A4/'); + return url.replace('://', '://wpc.03A4.edgecastcdn.net/8003A4/'); } var swap_, swap = function (on, off, time) { |