From 2751df2ee347f88a11d9d571aa3d77329501ff26 Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Sun, 15 Mar 2009 22:49:56 +0000 Subject: Get rid of some commented out code that is no longer needed. --- roundcubemail/program/js/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 9c0fafed9..34f3763ec 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -3657,7 +3657,6 @@ function rcube_webmail() tree += '
 
'; var toggle_exp = (message.unread_children > 0) ? 'expanded' : 'collapsed'; tree += flags.has_children?'
 
':'
 
'; - //tree += flags.has_children?'
 
':'
 
'; if (depth > 1) { if (message.unread_children > 0 || message.unread) -- cgit v1.2.3