summaryrefslogtreecommitdiff
path: root/plugins/managesieve/managesieve.js
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-09-08 11:27:59 +0200
committerAleksander Machniak <alec@alec.pl>2014-09-08 11:27:59 +0200
commit6e6f9ce6a7d50ddff5d8485b7f76a51ae8f79d16 (patch)
treed1ab39ba2a128885734750d3852f7f657a70f990 /plugins/managesieve/managesieve.js
parent4baf96a4ca1621a267c10c67e84e80e6bf72dbfd (diff)
Fix compatybility with contextmenu plugin
Diffstat (limited to 'plugins/managesieve/managesieve.js')
-rw-r--r--plugins/managesieve/managesieve.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/managesieve/managesieve.js b/plugins/managesieve/managesieve.js
index cd0d5f3ca..8340b179d 100644
--- a/plugins/managesieve/managesieve.js
+++ b/plugins/managesieve/managesieve.js
@@ -930,7 +930,7 @@ function sieve_form_init()
rcube_webmail.prototype.managesieve_create = function(force)
{
- if (!force && this.env.action != 'show' && !$('#'+this.env.contentframe).is(':visible')) {
+ if (!force && this.env.action != 'show') {
var uid = this.message_list.get_single_selection(),
lock = this.set_busy(true, 'loading');