Skip to content

Commit

Permalink
Merge pull request #56 from Kolin/patch-1
Browse files Browse the repository at this point in the history
Update assets/js/yui.formalize.js
  • Loading branch information
nathansmith committed Sep 4, 2012
2 parents 6c87e56 + c7894ac commit 37d7916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/yui.formalize.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ YUI.add('formalize', function(Y) {
init: {
// Y.formalize.init.disable_link_button
disable_link_button: function() {
Y.one(document.documentElement).on('click', function(ev) {
Y.one(document.documentElement).delegate('click', function(ev) {
ev.preventDefault();
}, 'a.button_disabled');
},
Expand Down

0 comments on commit 37d7916

Please sign in to comment.