Changeset 1526 in ExiteCMS for trunk/includes/templates/forum.viewthread.tpl
- Timestamp:
- 07/05/08 20:27:13 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/templates/forum.viewthread.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/forum.viewthread.tpl
r1524 r1526 29 29 } else { 30 30 tmp = document.images['b_' + who].src.replace('_on', '_off'); 31 var browser = whichBrowser(); 32 if (browser == 'IE 6' || browser == 'IE 7') { 31 if (BrowserDetect.browser == "Explorer") { 33 32 document.getElementById('box_' + who).style.overflowX = 'scroll'; 34 33 } else {
Note: See TracChangeset
for help on using the changeset viewer.
