refactor: split js/
into admin and public
This commit is contained in:
parent
88e3302166
commit
f57d1025b9
2 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
ed.addButton('footnotes', {
|
ed.addButton('footnotes', {
|
||||||
title: 'footnotes',
|
title: 'footnotes',
|
||||||
cmd: 'footnotes',
|
cmd: 'footnotes',
|
||||||
image: url + '/../img/fn-wysiwyg.png',
|
image: url + '/../images/fn-wysiwyg.png',
|
||||||
});
|
});
|
||||||
|
|
||||||
ed.addCommand('footnotes', function () {
|
ed.addCommand('footnotes', function () {
|
Reference in a new issue