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
ead26a92c4
commit
1256f02c13
4
public/js/main.js
vendored
4
public/js/main.js
vendored
@ -204,7 +204,7 @@ var EditorRemoveFormatButton = function (context) {
|
||||
|
||||
// create button
|
||||
var button = ui.button({
|
||||
contents: '<i class="glyphicon glyphicon-remove"></i>',
|
||||
contents: '<i class="note-icon-eraser"></i>',
|
||||
tooltip: Lang.get("messages.remove_format"),
|
||||
container: 'body',
|
||||
click: function () {
|
||||
@ -1408,7 +1408,7 @@ function convEditorInit()
|
||||
dialogsFade: true,
|
||||
disableResizeEditor: true,
|
||||
followingToolbar: false,
|
||||
toolbar: fs_conv_editor_toolbar,
|
||||
toolbar: fsApplyFilter('conversation.editor_toolbar', fs_conv_editor_toolbar),
|
||||
buttons: fs_conv_editor_buttons,
|
||||
callbacks: {
|
||||
onImageUpload: function(files) {
|
||||
|
Loading…
Reference in New Issue
Block a user