Changeset d960a01 in github


Ignore:
Timestamp:
Apr 26, 2012 2:10:26 PM (13 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo
Children:
0976564
Parents:
d2191c6
Message:
  • Add IE8 hack for messages list issue (#1487821)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/js/app.js

    r76248c7 rd960a01  
    18541854        html = expando; 
    18551855      else if (c == 'subject') { 
    1856         if (bw.ie) 
     1856        if (bw.ie) { 
    18571857          col.onmouseover = function() { rcube_webmail.long_subject_title_ie(this, message.depth+1); }; 
     1858          if (bw.ie8) 
     1859            tree = '<span></span>' + tree; // #1487821 
     1860        } 
    18581861        html = tree + cols[c]; 
    18591862      } 
Note: See TracChangeset for help on using the changeset viewer.