Changeset 344 for trunk/sorttable-klask.js
- Timestamp:
- Nov 1, 2017, 7:24:34 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/sorttable-klask.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sorttable-klask.js
r85 r344 101 101 sortrevind = document.createElement('span'); 102 102 sortrevind.id = "sorttable_sortrevind"; 103 sortrevind.innerHTML = stIsIE ? '  <font face="webdings">5</font>' : ' ▴';103 sortrevind.innerHTML = stIsIE ? ' <font face="webdings">5</font>' : ' ▴'; 104 104 this.appendChild(sortrevind); 105 105 return; … … 114 114 sortfwdind = document.createElement('span'); 115 115 sortfwdind.id = "sorttable_sortfwdind"; 116 sortfwdind.innerHTML = stIsIE ? '  <font face="webdings">6</font>' : ' ▾';116 sortfwdind.innerHTML = stIsIE ? ' <font face="webdings">6</font>' : ' ▾'; 117 117 this.appendChild(sortfwdind); 118 118 return; … … 135 135 sortfwdind = document.createElement('span'); 136 136 sortfwdind.id = "sorttable_sortfwdind"; 137 sortfwdind.innerHTML = stIsIE ? '  <font face="webdings">6</font>' : ' ▾';137 sortfwdind.innerHTML = stIsIE ? ' <font face="webdings">6</font>' : ' ▾'; 138 138 this.appendChild(sortfwdind); 139 139
Note: See TracChangeset
for help on using the changeset viewer.
