mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix signature of call to unresolveComment
This commit is contained in:
parent
1599c41670
commit
898d20a6fc
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ define [
|
|||
$scope.$broadcast "review-panel:layout"
|
||||
|
||||
$scope.submitReply = (entry, entry_id) ->
|
||||
$scope.unresolveComment(entry_id)
|
||||
$scope.unresolveComment(entry, entry_id)
|
||||
thread_id = entry.thread_id
|
||||
content = entry.replyContent
|
||||
$http.post("/project/#{$scope.project_id}/thread/#{thread_id}/messages", {content, _csrf: window.csrfToken})
|
||||
|
|
Loading…
Reference in a new issue