From bd4a180d35aca8c703c412fdcdbdc265d30884bb Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Tue, 23 Sep 2014 21:49:33 -0400 Subject: [PATCH] remove debug --- pkgs/plt-services/meta/pkg-index/official/static/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/plt-services/meta/pkg-index/official/static/index.js b/pkgs/plt-services/meta/pkg-index/official/static/index.js index d9c2a28b6b..46e60e8ec5 100644 --- a/pkgs/plt-services/meta/pkg-index/official/static/index.js +++ b/pkgs/plt-services/meta/pkg-index/official/static/index.js @@ -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);