Remove leftover code - fixes js error

pull/201/head
Aleksander Machniak 10 years ago
parent 0c2fcd633a
commit 793fa9876a

@ -1070,7 +1070,7 @@ function rcube_treelist_widget(node, p)
opts.over(e, ui);
};
$(selector ? selector : 'li:not(.virtual)', container).droppable(my_opts);
$('li:not(.virtual)', container).droppable(my_opts);
return this;
}

Loading…
Cancel
Save