diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-10-14 03:07:31 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:08:50 +0000 |
commit | 5e09ff3b33a3fb8650279d32868c1164772a37e8 (patch) | |
tree | d7dbaa576815f68caff4cc8e037be68152526011 /Cydia.app/package.js | |
parent | affeffc797be156742cbd8efe899ba74dd719b0d (diff) |
Checkpointing Cydia (again) before futzing with cydia://package-icon/.
Diffstat (limited to 'Cydia.app/package.js')
-rw-r--r-- | Cydia.app/package.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Cydia.app/package.js b/Cydia.app/package.js index 52025a9..c44e7dd 100644 --- a/Cydia.app/package.js +++ b/Cydia.app/package.js @@ -151,7 +151,9 @@ $(function () { } else { $("#source-name").html(source.name); - if (!source.trusted) + if (source.trusted) + /*$("#trusted").href("cydia:///" + idc)*/; + else $(".trusted").remove(); var description = source.description; |