Changeset 31820
- Timestamp:
- 03/18/2015 09:49:26 PM (10 years ago)
- Location:
- trunk/src/wp-admin/js
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/inline-edit-post.js
r31750 r31820 134 134 $('td', editRow).attr('colspan', $('.widefat:first thead th:visible').length); 135 135 136 $(t.what+id).hide(). before(editRow).before('<tr class="hidden"></tr>');136 $(t.what+id).hide().after(editRow).after('<tr class="hidden"></tr>'); 137 137 138 138 // populate the data -
trunk/src/wp-admin/js/inline-edit-tax.js
r31750 r31820 57 57 $('td', editRow).attr('colspan', $('.widefat:first thead th:visible').length); 58 58 59 $(t.what+id).hide(). before(editRow).before('<tr class="hidden"></tr>');59 $(t.what+id).hide().after(editRow).after('<tr class="hidden"></tr>'); 60 60 61 61 val = $('.name', rowData);
Note: See TracChangeset
for help on using the changeset viewer.