From c9c71de016c139ea38bd04f4779b8e4af0f517ba Mon Sep 17 00:00:00 2001 From: theopolisme Date: Wed, 9 Apr 2014 05:58:29 -0500 Subject: [PATCH] Try "1" for accesskey --- src/modules/submissions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/submissions.js b/src/modules/submissions.js index 6a47618..2594359 100644 --- a/src/modules/submissions.js +++ b/src/modules/submissions.js @@ -639,7 +639,7 @@ // Add the launch link $afchLaunchLink = $( mw.util.addPortletLink( 'p-cactions', '#', 'Review (AFCH)', - 'ca-afch', 'Review submission using afch-rewrite', 'k' ) ); + 'ca-afch', 'Review submission using afch-rewrite', '1' ) ); // Mark links to old helper script as old links $( '#p-cactions #ca-afcHelper > a' )