From e01e02de5c25cee5232db035b7f46a1b687385b4 Mon Sep 17 00:00:00 2001 From: westi Date: Sat, 22 Mar 2008 21:25:21 +0000 Subject: [PATCH] Add tabindex. See #6352. git-svn-id: http://svn.automattic.com/wordpress/trunk@7479 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/js/post.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/js/post.js b/wp-admin/js/post.js index 729a02ef84..9dd6fd50a4 100644 --- a/wp-admin/js/post.js +++ b/wp-admin/js/post.js @@ -71,7 +71,7 @@ jQuery(document).ready( function() { jQuery('#tags-input').hide(); tag_update_quickclicks(); // add the quickadd form - jQuery('#jaxtag').prepend(''+postL10n.separate+''); + jQuery('#jaxtag').prepend(''+postL10n.separate+''); jQuery('#tagadd').click( tag_flush_to_text ); jQuery('#newtag').focus(function() { if ( this.value == postL10n.addTag )