Changeset 1527 in ExiteCMS for trunk/includes/templates/forum.viewthread.tpl
- Timestamp:
- 07/06/08 08:55:55 (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
r1526 r1527 22 22 function flipOverflow(who) { 23 23 var tmp; 24 var status; 25 if (document.images['b_' + who].src.indexOf('_on') == -1) { 26 tmp = document.images['b_' + who].src.replace('_off', '_on'); 24 if (document.images['b_' + who].src.indexOf('right.gif') == -1) { 25 tmp = document.images['b_' + who].src.replace('left.gif', 'right.gif'); 27 26 document.getElementById('box_' + who).style.overflowX = 'hidden'; 28 27 document.getElementById('box_' + who).style.overflow = 'hidden'; 29 28 } else { 30 tmp = document.images['b_' + who].src.replace(' _on', '_off');29 tmp = document.images['b_' + who].src.replace('right.gif', 'left.gif'); 31 30 if (BrowserDetect.browser == "Explorer") { 32 31 document.getElementById('box_' + who).style.overflowX = 'scroll';
Note: See TracChangeset
for help on using the changeset viewer.
