From 1ee5d134f92901864aefc1777e69bc61e7ad281c Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Tue, 13 May 2014 19:27:38 +0200 Subject: Fix invalid var pointer --- program/js/treelist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/js/treelist.js') diff --git a/program/js/treelist.js b/program/js/treelist.js index a861b4987..1dd30a20e 100644 --- a/program/js/treelist.js +++ b/program/js/treelist.js @@ -64,7 +64,7 @@ function rcube_treelist_widget(node, p) scroll_timer, searchfield, tree_state, - list_id = (container.attr('id') || id_prefix || '0'), + list_id = (container.attr('id') || p.id_prefix || '0'), me = this; -- cgit v1.2.3