From 3fda4ebd2fc13f058163ab1925a44fc442163746 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Thu, 04 Jul 2013 06:19:31 -0400 Subject: [PATCH] Merge branch 'master' of github.com:roundcube/roundcubemail --- plugins/managesieve/managesieve.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/plugins/managesieve/managesieve.js b/plugins/managesieve/managesieve.js index 5a75ef1..5201284 100644 --- a/plugins/managesieve/managesieve.js +++ b/plugins/managesieve/managesieve.js @@ -660,8 +660,9 @@ function action_type_select(id) { +console.log(id); var obj = document.getElementById('action_type' + id), - v = obj.value(), enabled = {}, + v = obj.value, enabled = {}, elems = { mailbox: document.getElementById('action_mailbox' + id), target: document.getElementById('action_target' + id), -- Gitblit v1.9.1