aboutsummaryrefslogtreecommitdiff
path: root/cydia/depictions
diff options
context:
space:
mode:
Diffstat (limited to 'cydia/depictions')
-rwxr-xr-xcydia/depictions/index.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/cydia/depictions/index.html b/cydia/depictions/index.html
index 161e88a..9c4060f 100755
--- a/cydia/depictions/index.html
+++ b/cydia/depictions/index.html
@@ -105,13 +105,6 @@ var infolinks_wsid = 1;
<script>
$(document).ready(function() {
- var dPackage = getParameterByName("p");
- if (!dPackage) {
- $(".package-error").text("This package doesn't seem to exist!").css("display", "block");
- $(".package-info").css("display", "none");
- $(".package-name").text("Not Found");
- return;
- }
$.getJSON("packages/" + dPackage + ".json", function(data) {
document.title = data.name + " by " + data.author;