]> git.saurik.com Git - cydia.git/blobdiff - Cydia.app/package.js
Fix the type of the ellipsis: argument.
[cydia.git] / Cydia.app / package.js
index 104bd8c6826273a52b57ccdf33142ec648152d3a..6e091cf29f28bccd4377787c0e5adfb4d6c773fd 100644 (file)
@@ -33,10 +33,6 @@ function space(selector, html, max) {
     }
 }
 
     }
 }
 
-function cache(url) {
-    return url.replace('://', '://ne.edgecastcdn.net/8003A4/');
-}
-
 var swap_, swap = function (on, off, time) {
     setTimeout(swap_(on, off, time), time);
 };
 var swap_, swap = function (on, off, time) {
     setTimeout(swap_(on, off, time), time);
 };
@@ -57,7 +53,9 @@ var special_ = function () {
     var idc = encodeURIComponent(id);
     var name = package.name;
     var icon = 'cydia://package-icon/' + idc;
     var idc = encodeURIComponent(id);
     var name = package.name;
     var icon = 'cydia://package-icon/' + idc;
+
     var api = 'http://cydia.saurik.com/api/';
     var api = 'http://cydia.saurik.com/api/';
+    var capi = 'http://cache.cydia.saurik.com/api/';
 
     var support = package.support;
 
 
     var support = package.support;
 
@@ -71,7 +69,7 @@ var special_ = function () {
     $("#name").html(name);
     space("#latest", package.latest, 96);
 
     $("#name").html(name);
     space("#latest", package.latest, 96);
 
-    $.xhr(cache(api + 'package/' + idc), 'GET', {}, null, {
+    $.xhr(capi + 'package/' + idc, 'GET', {}, null, {
         success: function (value) {
             value = eval(value);
 
         success: function (value) {
             value = eval(value);