remove debug

This commit is contained in:
Jay McCarthy 2014-09-23 21:49:33 -04:00
parent a8c8af93fb
commit bd4a180d35

View File

@ -49,7 +49,7 @@ $( document ).ready(function() {
var mypkg_p = ($.inArray(me(), pkgi['authors'] ) != -1);
if ( mypkg_p || true ) {
if ( mypkg_p ) {
$("#pi_edit_help").show(); }
else {
$("#pi_edit_help").hide(); }
@ -495,7 +495,7 @@ $( document ).ready(function() {
bstatus ); }
var pkgdb = {};
$.getJSON( "/pkgs-all.json", function( resp ) {
$.getJSON( "/pkgs-all.json.gz", function( resp ) {
pkgdb = resp;
var names = object_keys(pkgdb);