Merge branch 'master' of github.com:roundcube/roundcubemail

pull/85/head
Aleksander Machniak 12 years ago
commit 3fda4ebd2f

@ -660,8 +660,9 @@ function rule_adv_switch(id, elem)
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),

Loading…
Cancel
Save