Changeset 10747
- Timestamp:
- 05/12/2016 06:21:44 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/js/mentions.js
r10141 r10747 249 249 } else { 250 250 $( window.tinyMCE.activeEditor.contentDocument.activeElement ) 251 .atwho( 'setIframe', $( ' #content_ifr' )[0] )251 .atwho( 'setIframe', $( '.wp-editor-wrap iframe' )[0] ) 252 252 .bp_mentions( bp.mentions.users ); 253 253 }
Note: See TracChangeset
for help on using the changeset viewer.