Changeset 2977
- Timestamp:
- 04/19/2016 07:54:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/js/edit-form.js
r2753 r2977 131 131 committerRequestAfter: function( response, data ) { 132 132 if ( data.parsed.errors ) { 133 $( '#committer-error' ). text( data.parsed.responses[0].errors[0].message ).show();133 $( '#committer-error' ).html( data.parsed.responses[0].errors[0].message ).show(); 134 134 } else { 135 135 $( '#committer-error' ).empty().hide();
Note: See TracChangeset
for help on using the changeset viewer.