Commit 0deec938 authored by Douwe Maan's avatar Douwe Maan

Double to single quotes

parent 7e1c91e0
......@@ -114,7 +114,7 @@ class @Notes
# Cancel creating diff note or editing any note when ESCAPE is hit
if e.which is 27
discussionNoteForm = $textarea.closest(".js-discussion-note-form")
discussionNoteForm = $textarea.closest('.js-discussion-note-form')
if discussionNoteForm.length
if $textarea.val() isnt ''
return unless confirm('Are you sure you want to cancel creating this comment?')
......
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