mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
fix regression
This commit is contained in:
parent
cfc62dadff
commit
f980b4d16e
@ -57,7 +57,8 @@ Discourse.ActionSummary = Discourse.Model.extend({
|
||||
|
||||
// Create our post action
|
||||
var actionSummary = this;
|
||||
Discourse.ajax({
|
||||
|
||||
return Discourse.ajax({
|
||||
url: Discourse.getURL("/post_actions"),
|
||||
type: 'POST',
|
||||
data: {
|
||||
|
Loading…
Reference in New Issue
Block a user