Changeset 5d04a85 in github


Ignore:
Timestamp:
May 15, 2010 10:55:22 AM (3 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
27480b4
Parents:
403b45d
Message:
  • removed redundant code in expand_unread()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/js/app.js

    re99d21b r5d04a85  
    19311931  this.expand_unread = function() 
    19321932  { 
    1933     var r, expando, 
    1934       tbody = this.gui_objects.messagelist.tBodies[0], 
     1933    var r, tbody = this.gui_objects.messagelist.tBodies[0], 
    19351934      new_row = tbody.firstChild; 
    19361935 
     
    19391938            && r.unread_children) { 
    19401939            this.message_list.expand_all(r); 
    1941             expando = document.getElementById('rcmexpando' + r.uid); 
    1942             if (expando) 
    1943               expando.className = 'expanded'; 
    19441940            this.set_unread_children(r.uid); 
    19451941      } 
Note: See TracChangeset for help on using the changeset viewer.