X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/57ff7dded78d681927bc74d8bc09f984babf61ea..e4765783810c7c63e86074d0aa471d16d864359c:/Cydia.app/confirm.js diff --git a/Cydia.app/confirm.js b/Cydia.app/confirm.js index bd78c2e5..ba2e2e5d 100644 --- a/Cydia.app/confirm.js +++ b/Cydia.app/confirm.js @@ -43,9 +43,12 @@ $(function () { var type = entry[0]; if (type == "PreDepends") type = "Depends"; + var version = entry[1]; + if (entry.length >= 4) + version += " " + entry[3]; $("#i" + i).append("
" + "" + - "" + + "" + "
"); } }