From 46de7563c2bf659895ae1c6680e73dba49e2158c Mon Sep 17 00:00:00 2001 From: thomasb Date: Thu, 4 Sep 2008 18:20:27 +0000 Subject: Enable export of contacts as vCard + DRY git-svn-id: https://svn.roundcube.net/trunk@1732 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/list.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'roundcubemail/program/js/list.js') diff --git a/roundcubemail/program/js/list.js b/roundcubemail/program/js/list.js index 1986e8b25..97549f7eb 100644 --- a/roundcubemail/program/js/list.js +++ b/roundcubemail/program/js/list.js @@ -31,6 +31,7 @@ function rcube_list_widget(list, p) this.frame = null; this.rows = []; this.selection = []; + this.rowcount = 0; this.subject_col = -1; this.shiftkey = false; @@ -69,6 +70,7 @@ init: function() if (this.list && this.list.tBodies[0]) { this.rows = new Array(); + this.rowcount = 0; var row; for(var r=0; r