Ticket #48030: 48030.3.diff
File 48030.3.diff, 662 bytes (added by , 19 months ago) |
---|
-
src/js/_enqueues/admin/tags.js
155 155 form.find( 'select#parent option:selected' ).after( '<option value="' + term.term_id + '">' + indent + term.name + '</option>' ); 156 156 } 157 157 158 $('input:not([type="checkbox"]):not([type="radio"]): visible, textarea:visible', form).val('');158 $('input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]):visible, textarea:visible', form).val(''); 159 159 }); 160 160 161 161 return false;