Plugin Directory

Changeset 507133


Ignore:
Timestamp:
02/19/2012 12:02:15 AM (14 years ago)
Author:
anaximander
Message:

check in 1.2.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chessonline/trunk/tinymce/editor_plugin.js

    r506244 r507133  
    1313                    plugin_url : url
    1414                });
    15                 jQuery( '#co_fen').co_LoadFEN( ed.selection.getContent( { format : 'raw' } ) );
     15                jQuery( '#co_fen').co_LoadFEN( ed.selection.getContent( { format : 'raw' } ).replace( /!/g , '' ) );
    1616            });
    1717            ed.addButton( 'coFEN', {
Note: See TracChangeset for help on using the changeset viewer.