Update plugin.min.js
This commit is contained in:
parent
ce4331e224
commit
07153963c9
@ -24,7 +24,6 @@ tinymce.PluginManager.add('paypal', function(editor, url) {
|
|||||||
editor.insertContent("<p>Description: "+e.data.description+"</p><br>");
|
editor.insertContent("<p>Description: "+e.data.description+"</p><br>");
|
||||||
editor.insertContent("<p>Price: "+e.data.price+""+e.data.currency+"</p><br>");
|
editor.insertContent("<p>Price: "+e.data.price+""+e.data.currency+"</p><br>");
|
||||||
editor.insertContent(button);
|
editor.insertContent(button);
|
||||||
change;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
else{
|
else{
|
||||||
@ -37,4 +36,4 @@ tinymce.PluginManager.add('paypal', function(editor, url) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user