Commit e70673cf by Arjun Singh

add loading callback back in for new post

parent df825608
...@@ -124,6 +124,7 @@ class @NewPostView extends Backbone.View ...@@ -124,6 +124,7 @@ class @NewPostView extends Backbone.View
DiscussionUtil.safeAjax DiscussionUtil.safeAjax
$elem: $(event.target) $elem: $(event.target)
$loading: $(event.target) if event
url: url url: url
type: "POST" type: "POST"
dataType: 'json' dataType: 'json'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment