Make anchor tags with 'button' class render as jQuery UI buttons.
This commit is contained in:
parent
5161371e37
commit
2f5f9c8c3c
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue