Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afc9ebd
)
MDL-35981 comments: Add comment about keycodes for space and enter.
author
Damyon Wiese
<damyon@moodle.com>
Fri, 2 Aug 2013 03:42:15 +0000
(11:42 +0800)
committer
Damyon Wiese
<damyon@moodle.com>
Fri, 2 Aug 2013 03:42:45 +0000
(11:42 +0800)
comment/comment.js
patch
|
blob
|
blame
|
history
diff --git
a/comment/comment.js
b/comment/comment.js
index
ea19518
..
6c0e310
100644
(file)
--- a/
comment/comment.js
+++ b/
comment/comment.js
@@
-301,6
+301,7
@@
M.core_comment = {
scope.dodelete(commentid[1]);
}
}, '13,32');
+ // 13 and 32 are the keycodes for space and enter.
}
);
},