Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
a8624cbe
Commit
a8624cbe
authored
May 07, 2014
by
skv-headless
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
submit notes forms by pressing ctrl+enter
parent
dd3a5506
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
app/assets/javascripts/notes.js.coffee
app/assets/javascripts/notes.js.coffee
+7
-0
No files found.
app/assets/javascripts/notes.js.coffee
View file @
a8624cbe
...
@@ -53,6 +53,12 @@ class Notes
...
@@ -53,6 +53,12 @@ class Notes
# fetch notes when tab becomes visible
# fetch notes when tab becomes visible
$
(
document
).
on
"visibilitychange"
,
@
visibilityChange
$
(
document
).
on
"visibilitychange"
,
@
visibilityChange
@
notes_forms
=
'.js-main-target-form textarea, .js-discussion-note-form textarea'
$
(
document
).
on
(
'keypress'
,
@
notes_forms
,
(
e
)
->
if
event
.
keyCode
==
10
||
(
event
.
ctrlKey
&&
event
.
keyCode
==
13
)
$
(
@
).
parents
(
'form'
).
submit
()
)
cleanBinding
:
->
cleanBinding
:
->
$
(
document
).
off
"ajax:success"
,
".js-main-target-form"
$
(
document
).
off
"ajax:success"
,
".js-main-target-form"
$
(
document
).
off
"ajax:success"
,
".js-discussion-note-form"
$
(
document
).
off
"ajax:success"
,
".js-discussion-note-form"
...
@@ -67,6 +73,7 @@ class Notes
...
@@ -67,6 +73,7 @@ class Notes
$
(
document
).
off
"click"
,
".js-discussion-reply-button"
$
(
document
).
off
"click"
,
".js-discussion-reply-button"
$
(
document
).
off
"click"
,
".js-add-diff-note-button"
$
(
document
).
off
"click"
,
".js-add-diff-note-button"
$
(
document
).
off
"visibilitychange"
$
(
document
).
off
"visibilitychange"
$
(
document
).
off
"keypress"
,
@
notes_forms
initRefresh
:
->
initRefresh
:
->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment