Commit 6063f57cc94c2480450f034633f05d09890a8812
1 parent
1fa1cff5
Exists in
master
and in
3 other branches
Adjusting mural comment without text error
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
amadeus/static/js/mural.js
... | ... | @@ -242,7 +242,7 @@ function setCommentFormSubmit(post, comment = "") { |
242 | 242 | }, |
243 | 243 | error: function(data) { |
244 | 244 | $("#post-modal-form").html(data.responseText); |
245 | - setPostFormSubmit(post, comment); | |
245 | + setCommentFormSubmit(post, comment); | |
246 | 246 | }, |
247 | 247 | cache: false, |
248 | 248 | contentType: false, | ... | ... |
goals/views.py