]> git.saurik.com Git - cydia.git/commitdiff
Fixed warning bug for PocketTouch.
authorJay Freeman (saurik) <saurik@saurk.com>
Sat, 27 Dec 2008 23:34:04 +0000 (23:34 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 30 Sep 2010 07:09:22 +0000 (07:09 +0000)
Cydia.app/package.js

index fb065801719e9958e6e242e1e6cec730722adcd7..4f0e5a0762992ad6024fc62e13bcc39e7b0ff48c 100644 (file)
@@ -71,7 +71,7 @@ $(function () {
         for (var i = 0; i != length; ++i) {
             var clone = child.clone(true);
             parent.append(clone);
-            clone.xpath("label").html($.xml(warnings[i]));
+            clone.xpath("div/label").html($.xml(warnings[i]));
         }
     }