Suppress default link action

This commit is contained in:
Thomas Bruederli 2015-02-12 10:34:40 +01:00
parent 26ef4c64f8
commit 5990d292e9

View file

@ -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']) {