Changeset 12586
- Timestamp:
- 05/12/2023 09:30:31 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-suggestions/js/translation-suggestions.js
r12584 r12586 61 61 var TMcontainer = $gp.editor.current.find( '.suggestions__translation-memory' ); 62 62 if ( !TMcontainer.length ) { 63 return;64 }65 if ( !TMcontainer.hasClass( 'initialized' ) ) {66 63 return; 67 64 }
Note: See TracChangeset
for help on using the changeset viewer.