From 6e6f9ce6a7d50ddff5d8485b7f76a51ae8f79d16 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 8 Sep 2014 11:27:59 +0200 Subject: Fix compatybility with contextmenu plugin --- plugins/managesieve/managesieve.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/managesieve/managesieve.js') 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'); -- cgit v1.2.3