MINOR Applying button behaviour to .cms namespace in order to include dialogs as well

This commit is contained in:
Ingo Schommer 2012-01-03 09:36:23 +01:00
parent 6d2b519484
commit 7af52b140b

View File

@ -251,7 +251,7 @@
* Also sets the clicked button on a form submission, making it available through
* a new 'clickedButton' property on the form DOM element.
*/
$('.cms-container input[type="submit"], .cms-container button, .cms-container input[type="reset"]').entwine({
$('.cms input[type="submit"], .cms button, .cms input[type="reset"]').entwine({
onmatch: function() {
this.addClass('ss-ui-button');
this.redraw();