Skip to content

Commit

Permalink
Adding an alchemy datepicker. Closes AlchemyCMS#118
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas von Deyen authored and masche842 committed Apr 2, 2012
1 parent af5d8f8 commit 693de5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/alchemy/alchemy.windows.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ if (typeof(Alchemy) === 'undefined') {
Alchemy.AjaxErrorHandler($dialog, XMLHttpRequest.status, textStatus, errorThrown);
},
complete: function(jqXHR, textStatus) {
Alchemy.enableButton('.disabled.button');
Alchemy.enableButton('.button');
}
});
},
Expand Down

0 comments on commit 693de5f

Please sign in to comment.