Aleksander Machniak
2013-07-04 3fda4ebd2fc13f058163ab1925a44fc442163746
Merge branch 'master' of github.com:roundcube/roundcubemail
1 files modified
3 ■■■■ changed files
plugins/managesieve/managesieve.js 3 ●●●● patch | view | raw | blame | history
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),