mirror of
https://github.com/e107inc/e107.git
synced 2025-04-22 13:41:52 +02:00
Issue #153 - add extra space after button insert.
This commit is contained in:
parent
b91b04b8b7
commit
afb2f5bd48
@ -43,7 +43,7 @@ $(document).ready(function()
|
||||
var buttonClass = (buttonType != '') ? 'btn-'+buttonType : '';
|
||||
|
||||
|
||||
var html = '<a class=\"btn ' + buttonClass + ' ' + buttonSize + '\" href=\"' + buttonUrl + '\" >' + buttonText + '</a> ';
|
||||
var html = '<a class=\"btn ' + buttonClass + ' ' + buttonSize + '\" href=\"' + buttonUrl + '\" >' + buttonText + '</a> ';
|
||||
// alert(html);
|
||||
tinyMCEPopup.editor.execCommand('mceInsertContent', false, html);
|
||||
tinyMCEPopup.close();
|
||||
|
Loading…
x
Reference in New Issue
Block a user