aboutsummaryrefslogtreecommitdiff
path: root/cydia/depictions
diff options
context:
space:
mode:
authorFivePixels <o5pxels@gmail.com>2018-03-22 22:12:08 -0500
committerFivePixels <o5pxels@gmail.com>2018-03-22 22:12:08 -0500
commitfa3270554ddcae99c0c1c3b59d1f6c055f608aad (patch)
tree99a120d7265abe8220c0b0b1791f61a332e79f77 /cydia/depictions
parent3e6ff3146bbbee7567664e13912c87e77ebd590f (diff)
downloadpersonal-website-fa3270554ddcae99c0c1c3b59d1f6c055f608aad.tar.xz
personal-website-fa3270554ddcae99c0c1c3b59d1f6c055f608aad.zip
fixed some shiz
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;