Ticket #35401: 35401.patch
File 35401.patch, 758 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/js/inline-edit-post.js
284 284 } 285 285 }, 286 286 'html'); 287 // Prevent submitting the form when pressing Enter on a focused field. 287 288 return false; 288 289 }, 289 290 -
src/wp-admin/js/inline-edit-tax.js
137 137 } 138 138 } 139 139 ); 140 // Prevent submitting the form when pressing Enter on a focused field. 141 return false; 140 142 }, 141 143 142 144 revert : function() {