summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Kinkade <nkinkade@nkinka.de>2009-03-15 22:49:56 +0000
committerNathan Kinkade <nkinkade@nkinka.de>2009-03-15 22:49:56 +0000
commit2751df2ee347f88a11d9d571aa3d77329501ff26 (patch)
tree7ddead26c13fa1397ee337cc7932efbeb7b6b4ec
parent8018757b75262d009bc6611be76bf4696d549caa (diff)
Get rid of some commented out code that is no longer needed.
-rw-r--r--roundcubemail/program/js/app.js1
1 files changed, 0 insertions, 1 deletions
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 += '<div class="branch">&nbsp</div>';
var toggle_exp = (message.unread_children > 0) ? 'expanded' : 'collapsed';
tree += flags.has_children?'<div id="rcmexpando' + uid + '" class="' + toggle_exp + '">&nbsp;</div>':'<div class="leaf">&nbsp;</div>';
- //tree += flags.has_children?'<div id="rcmexpando' + uid + '" class="' + (message.expanded?'expanded':'collapsed') + '">&nbsp;</div>':'<div class="leaf">&nbsp;</div>';
if (depth > 1)
{
if (message.unread_children > 0 || message.unread)