diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-12-27 23:33:41 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:09:22 +0000 |
commit | 189a73d0e5c9f6a27e2a1f67767d0fd3a041b069 (patch) | |
tree | 3e7b5c4c437c1dff06d6562a257337af12d697bf /Cydia.app/confirm.js | |
parent | 63cdf60f10321d650f7ee32147e39299dd402121 (diff) |
Checkpoint, I think I released this.
Diffstat (limited to 'Cydia.app/confirm.js')
-rw-r--r-- | Cydia.app/confirm.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Cydia.app/confirm.js b/Cydia.app/confirm.js index 33b0014..75fe70b 100644 --- a/Cydia.app/confirm.js +++ b/Cydia.app/confirm.js @@ -43,10 +43,10 @@ $(function () { var type = entry[0]; if (type == "PreDepends") type = "Depends"; - $("#i" + i).append("<div>" + + $("#i" + i).append("<div><div>" + "<label>" + type + "</label>" + "<div>" + entry[1] + " " + entry[3] + "</div>" + - "</div>"); + "</div></div>"); } } @@ -63,10 +63,10 @@ $(function () { var length = list.length; if (length != 0) { - $("#modifications").append("<div class=\"clearfix\">" + + $("#modifications").append("<div class=\"clearfix\"><div>" + "<label>" + keys[i] + "</label>" + "<div id=\"c" + i + "\"></div>" + - "</div>"); + "</div></div>"); var value = ""; for (var j = 0; j != length; ++j) { |