Make WordPress Core

Changeset 7479


Ignore:
Timestamp:
03/22/2008 09:25:21 PM (17 years ago)
Author:
westi
Message:

Add tabindex. See #6352.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/js/post.js

    r7468 r7479  
    7272    tag_update_quickclicks();
    7373    // add the quickadd form
    74     jQuery('#jaxtag').prepend('<span id="ajaxtag"><input type="text" name="newtag" id="newtag" class="form-input-tip" size="16" autocomplete="off" value="'+postL10n.addTag+'" /><input type="button" class="button" id="tagadd" value="' + postL10n.add + '"/><input type="hidden"/><input type="hidden"/><span class="howto">'+postL10n.separate+'</span></span>');
     74    jQuery('#jaxtag').prepend('<span id="ajaxtag"><input type="text" name="newtag" id="newtag" class="form-input-tip" size="16" autocomplete="off" value="'+postL10n.addTag+'" /><input type="button" class="button" id="tagadd" value="' + postL10n.add + '" tabindex="3" /><input type="hidden"/><input type="hidden"/><span class="howto">'+postL10n.separate+'</span></span>');
    7575    jQuery('#tagadd').click( tag_flush_to_text );
    7676    jQuery('#newtag').focus(function() {
Note: See TracChangeset for help on using the changeset viewer.