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