From 5b68b0a0adfda3cc30e3d788c760beb4848e2034 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Thu, 10 Oct 2013 14:34:44 -0600 Subject: [PATCH] edit buttons --- .../meta/pkg-index/official/static/index.js | 11 +++++++++-- 1 file changed, 9 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 aae8144b81..4cc5b8948c 100644 --- a/pkgs/plt-services/meta/pkg-index/official/static/index.js +++ b/pkgs/plt-services/meta/pkg-index/official/static/index.js @@ -41,14 +41,14 @@ $( document ).ready(function() { var mypkg_p = ($.inArray(me(), pkgi['authors'] ) != -1); - // xxx allow editing of stuff - $( "#pi_name" ).text( pkgi['name'] ); if ( mypkg_p ) { + // xxx make this button do something $( "#pi_name" ).append( $('