mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Cleaning up spaces and replace with tabs
This commit is contained in:
parent
69c066cb2c
commit
5813a94851
19
thirdparty/tinymce_ssmacron/editor_plugin_src.js
vendored
19
thirdparty/tinymce_ssmacron/editor_plugin_src.js
vendored
@ -19,8 +19,8 @@
|
||||
|
||||
|
||||
init : function(ed, url) {
|
||||
// Register commands
|
||||
ed.addCommand('mceInsertMacron', function() {
|
||||
// Register commands
|
||||
ed.addCommand('mceInsertMacron', function() {
|
||||
ed.windowManager.open({
|
||||
file : url + '/macron.htm',
|
||||
width : 350 + parseInt(ed.getLang('advanced.charmap_delta_width', 0)),
|
||||
@ -29,15 +29,14 @@
|
||||
}, {
|
||||
plugin_url : url
|
||||
});
|
||||
});
|
||||
})
|
||||
|
||||
// Register buttons
|
||||
ed.addButton('ssmacron', {
|
||||
title : 'Insert a Macron',
|
||||
cmd : 'mceInsertMacron',
|
||||
image : url + '/img/macron.png'
|
||||
});
|
||||
|
||||
// Register buttons
|
||||
ed.addButton('ssmacron', {
|
||||
title : 'Insert a Macron',
|
||||
cmd : 'mceInsertMacron',
|
||||
image : url + '/img/macron.png'
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user