Merge pull request #27 from filkaris/add-default-image

Add discard image to buttons
This commit is contained in:
Nathan Gray 2017-11-01 16:03:50 +01:00 committed by GitHub
commit 23dddc2adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -419,6 +419,7 @@ jQuery.extend(et2_button,
apply: /apply(&|\]|$)/,
cancel: /cancel(&|\]|$)/,
delete: /delete(&|\]|$)/,
discard: /discard(&|\]|$)/,
edit: /edit(&|\[\]|$)/,
next: /(next|continue)(&|\]|$)/,
finish: /finish(&|\]|$)/,