Merge pull request #27 from Summon528/master

Add fa-redo class for FA5
pull/744/head
Jeroen Akkerman 6 years ago committed by GitHub
commit 886f465335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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'
}

Loading…
Cancel
Save