Aleksander Machniak
2013-10-03 0f4806ede6c5933c43221f714f68eeedff5ba389
plugins/managesieve/managesieve.js
@@ -660,12 +660,11 @@
function action_type_select(id)
{
console.log(id);
  var obj = document.getElementById('action_type' + id),
    v = obj.value, enabled = {},
    elems = {
      mailbox: document.getElementById('action_mailbox' + id),
      target: document.getElementById('action_target' + id),
      target: document.getElementById('redirect_target' + id),
      target_area: document.getElementById('action_target_area' + id),
      flags: document.getElementById('action_flags' + id),
      vacation: document.getElementById('action_vacation' + id),