Ticket #42234: 42234.diff
File 42234.diff, 534 bytes (added by , 7 years ago) |
---|
-
src/wp-admin/js/tags-box.js
221 221 tagBox.flushTags( $( this ).closest( '.tagsdiv' ) ); 222 222 }); 223 223 224 $( 'input.newtag', ajaxtag ).key up( function( event ) {224 $( 'input.newtag', ajaxtag ).keypress( function( event ) { 225 225 if ( 13 == event.which ) { 226 226 tagBox.userAction = 'add'; 227 227 tagBox.flushTags( $( this ).closest( '.tagsdiv' ) );