Suppress default link action
This commit is contained in:
parent
26ef4c64f8
commit
5990d292e9
1 changed files with 1 additions and 0 deletions
|
@ -1139,6 +1139,7 @@ window.rcmail && rcmail.addEventListener('init', function(evt) {
|
||||||
|
|
||||||
$('.rsvp-buttons').on('click', 'a.reply-comment-toggle', function(e){
|
$('.rsvp-buttons').on('click', 'a.reply-comment-toggle', function(e){
|
||||||
$(this).hide().parent().find('textarea').show().focus();
|
$(this).hide().parent().find('textarea').show().focus();
|
||||||
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
if (rcmail.env.action == 'get-attachment' && rcmail.gui_objects['attachmentframe']) {
|
if (rcmail.env.action == 'get-attachment' && rcmail.gui_objects['attachmentframe']) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue