mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
Merge pull request #883 from saimeunt/devel
Fix a bug where the post submit autoform hook wasn't called
This commit is contained in:
commit
d84cf79c12
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ AutoForm.hooks({
|
|||
submitPostForm: {
|
||||
|
||||
before: {
|
||||
submitPost: function(doc) {
|
||||
method: function(doc) {
|
||||
|
||||
this.template.$('button[type=submit]').addClass('loading');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue