Ticket #48030: 48030.patch
File 48030.patch, 522 bytes (added by , 4 years ago) |
---|
-
src/js/_enqueues/admin/tags.js
151 151 form.find( 'select#parent option:selected' ).after( '<option value="' + term.term_id + '">' + indent + term.name + '</option>' ); 152 152 } 153 153 154 $('input [type="text"]:visible, textarea:visible', form).val('');154 $('input:visible, textarea:visible', form).val(''); 155 155 }); 156 156 157 157 return false;