mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
Merge pull request #1633 from comus/patch-1
let addMediaAfterSubmit return post at the end
This commit is contained in:
commit
3ec028c723
1 changed files with 2 additions and 2 deletions
|
@ -33,9 +33,9 @@ function addMediaAfterSubmit (post) {
|
|||
|
||||
}
|
||||
|
||||
return post;
|
||||
|
||||
}
|
||||
|
||||
return post;
|
||||
}
|
||||
addCallback("posts.new.sync", addMediaAfterSubmit);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue