Plugin Directory

Changeset 943215


Ignore:
Timestamp:
07/04/2014 05:51:48 AM (12 years ago)
Author:
ericboles
Message:

Updated to version 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scribd-doc-embedder/trunk/js/scribd-doc-mce-button.js

    r943207 r943215  
    8787                                    ],
    8888                                    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 + '"' );
    9090                                        if (e.data.scribdwidth) {
    9191                                            editor.insertContent( ' width="' + e.data.scribdwidth + '"');
     
    192192                                    ],
    193193                                    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 + '"' );
    195195                                        if (e.data.scribdwidth) {
    196196                                            editor.insertContent( ' width="' + e.data.scribdwidth + '"');
Note: See TracChangeset for help on using the changeset viewer.