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);