From 65070fcbf4ce257040dfd06948205fe6f45baf69 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 30 Apr 2014 10:14:32 +0200 Subject: Small code improvements --- program/js/app.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'program/js/app.js') diff --git a/program/js/app.js b/program/js/app.js index 9a92bbbde..5262bd73a 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -3045,7 +3045,7 @@ function rcube_webmail() rows = this.message_list ? this.message_list.rows : {}; if (typeof uids == 'string') - uids = String(uids).split(','); + uids = uids.split(','); for (i=0, len=uids.length; i