Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-06-07 08:59:11 +0300
committerAleksander Machniak <alec@alec.pl>2019-06-07 08:59:11 +0300
commit7af72e82fcb69271b8e4b786da0e7fe8b0ba272a (patch)
tree27875f5069dbe757a49b77a96d0f2be4c32fe443 /plugins
parentc8bec34f8f0fe9d1a17dcf339d2d86fcc72b1e7a (diff)
Elastic: Fix some jumping effect in Chrome (#6677)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/newmail_notifier/newmail_notifier.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/newmail_notifier/newmail_notifier.php b/plugins/newmail_notifier/newmail_notifier.php
index 0e848e68c..80aaebf3d 100644
--- a/plugins/newmail_notifier/newmail_notifier.php
+++ b/plugins/newmail_notifier/newmail_notifier.php
@@ -110,7 +110,7 @@ class newmail_notifier extends rcube_plugin
$field_id = '_' . $key;
$input = new html_checkbox(array('name' => $field_id, 'id' => $field_id, 'value' => 1));
$content = $input->show($this->rc->config->get($key))
- . ' ' . html::a(array('href' => '#', 'onclick' => 'newmail_notifier_test_'.$type.'()'),
+ . ' ' . html::a(array('href' => '#', 'onclick' => 'newmail_notifier_test_'.$type.'(); return false'),
$this->gettext('test'));
$args['blocks']['new_message']['options'][$key] = array(