summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
3d2834d)
// Get the text from the caret to the end\r
textarea_end = textarea.val().substr(comment_box_cursor_position, textarea.val().length)\r
\r
// Get the text from the caret to the end\r
textarea_end = textarea.val().substr(comment_box_cursor_position, textarea.val().length)\r
\r
- textarea.val(textarea_start + comment + textarea_endsvn );\r
+ textarea.val(textarea_start + comment + textarea_end);\r