diff options
author | FivePixels <o5pxels@gmail.com> | 2018-03-22 22:12:08 -0500 |
---|---|---|
committer | FivePixels <o5pxels@gmail.com> | 2018-03-22 22:12:08 -0500 |
commit | fa3270554ddcae99c0c1c3b59d1f6c055f608aad (patch) | |
tree | 99a120d7265abe8220c0b0b1791f61a332e79f77 /cydia/depictions/index.html | |
parent | 3e6ff3146bbbee7567664e13912c87e77ebd590f (diff) | |
download | personal-website-fa3270554ddcae99c0c1c3b59d1f6c055f608aad.tar.xz personal-website-fa3270554ddcae99c0c1c3b59d1f6c055f608aad.zip |
fixed some shiz
Diffstat (limited to 'cydia/depictions/index.html')
-rwxr-xr-x | cydia/depictions/index.html | 7 |
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; |