Changeset 943215
- Timestamp:
- 07/04/2014 05:51:48 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scribd-doc-embedder/trunk/js/scribd-doc-mce-button.js
r943207 r943215 87 87 ], 88 88 onsubmit: function( e ) { 89 editor.insertContent( '[scribd _doc doc="' + e.data.scribddocid + '" key="' + e.data.scribdkey + '"' );89 editor.insertContent( '[scribd-doc doc="' + e.data.scribddocid + '" key="' + e.data.scribdkey + '"' ); 90 90 if (e.data.scribdwidth) { 91 91 editor.insertContent( ' width="' + e.data.scribdwidth + '"'); … … 192 192 ], 193 193 onsubmit: function( e ) { 194 editor.insertContent( '[scribd _url pubid="' + e.data.scribdpubid + '" url="' + e.data.scribdurl + '"' );194 editor.insertContent( '[scribd-url pubid="' + e.data.scribdpubid + '" url="' + e.data.scribdurl + '"' ); 195 195 if (e.data.scribdwidth) { 196 196 editor.insertContent( ' width="' + e.data.scribdwidth + '"');
Note: See TracChangeset
for help on using the changeset viewer.