From c72ca65a2550628da0d0b17fb83fbe4790882892 Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Sat, 22 Mar 2008 21:25:21 +0000 Subject: [PATCH] Add tabindex. See #6352. git-svn-id: https://develop.svn.wordpress.org/trunk@7479 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 )