Changeset 507133
- Timestamp:
- 02/19/2012 12:02:15 AM (14 years ago)
- File:
-
- 1 edited
-
chessonline/trunk/tinymce/editor_plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
chessonline/trunk/tinymce/editor_plugin.js
r506244 r507133 13 13 plugin_url : url 14 14 }); 15 jQuery( '#co_fen').co_LoadFEN( ed.selection.getContent( { format : 'raw' } ) );15 jQuery( '#co_fen').co_LoadFEN( ed.selection.getContent( { format : 'raw' } ).replace( /!/g , '' ) ); 16 16 }); 17 17 ed.addButton( 'coFEN', {
Note: See TracChangeset
for help on using the changeset viewer.