Changeset d960a01 in github
- Timestamp:
- Apr 26, 2012 2:10:26 PM (13 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo
- Children:
- 0976564
- Parents:
- d2191c6
- File:
-
- 1 edited
-
program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
r76248c7 rd960a01 1854 1854 html = expando; 1855 1855 else if (c == 'subject') { 1856 if (bw.ie) 1856 if (bw.ie) { 1857 1857 col.onmouseover = function() { rcube_webmail.long_subject_title_ie(this, message.depth+1); }; 1858 if (bw.ie8) 1859 tree = '<span></span>' + tree; // #1487821 1860 } 1858 1861 html = tree + cols[c]; 1859 1862 }
Note: See TracChangeset
for help on using the changeset viewer.
