Make anchor tags with 'button' class render as jQuery UI buttons.

This commit is contained in:
Lance Edgar 2015-05-02 20:39:03 -05:00
parent 5161371e37
commit 2f5f9c8c3c

View file

@ -108,7 +108,7 @@ $(function() {
/* /*
* Fix buttons. * Fix buttons.
*/ */
$('button').button(); $('button, a.button').button();
$('input[type=submit]').button(); $('input[type=submit]').button();
$('input[type=reset]').button(); $('input[type=reset]').button();