Merge pull request #27 from Summon528/master

Add fa-redo class for FA5
This commit is contained in:
Jeroen Akkerman 2018-10-15 11:04:08 +02:00 committed by GitHub
commit 886f465335
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1315,7 +1315,7 @@ var toolbarBuiltInButtons = {
'redo': {
name: 'redo',
action: redo,
className: 'fa fa-repeat',
className: 'fa fa-repeat fa-redo',
noDisable: true,
title: 'Redo'
}