mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2024-11-24 11:22:42 +01:00
Change Remove Formatting button icon
This commit is contained in:
parent
69da2dbd18
commit
f9ba58c6f1
2
public/js/main.js
vendored
2
public/js/main.js
vendored
@ -204,7 +204,7 @@ var EditorRemoveFormatButton = function (context) {
|
||||
|
||||
// create button
|
||||
var button = ui.button({
|
||||
contents: '<i class="note-icon-eraser"></i>',
|
||||
contents: '<i class="note-icon-close"></i>',
|
||||
tooltip: Lang.get("messages.remove_format"),
|
||||
container: 'body',
|
||||
click: function () {
|
||||
|
Loading…
Reference in New Issue
Block a user