- Add: Icon for the WYSIWYG-editor button
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@920412 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
5327825754
commit
9645037f0c
2 changed files with 4 additions and 3 deletions
|
@ -15,8 +15,8 @@
|
|||
init : function(ed, url) {
|
||||
ed.addButton('footnotes', {
|
||||
title : 'Footnotes',
|
||||
cmd : 'footnotes'
|
||||
//image : url + '/dropcap.jpg' TODO: add icon here
|
||||
cmd : 'footnotes',
|
||||
image : url + '/../img/fn-wysiwyg.png'
|
||||
});
|
||||
|
||||
ed.addCommand('footnotes', function() {
|
||||
|
|
Reference in a new issue