Something went wrong while setting issue due date.
Browser specific hacks should be removed
Closed
Browser specific hacks should be removed
// Some browsers don't have the ability do do scrollable table bodies, filter them // here. $switch = FALSE; if (preg_match('/(Opera|Konqueror|Safari)/i', $_SERVER['HTTP_USER_AGENT'])) { $switch = TRUE; }
$width = "24px"; if (preg_match('/Konqueror/i', $_SERVER['HTTP_USER_AGENT'])) { $width = "28px"; }
(from redmine: issue id 5469, created on 2017-04-06, closed on 2017-04-10)
- Changesets:
- Revision fc2728c9 by Côme Chilliet on 2017-04-06T13:04:51.000Z:
Fixes #5469 Removed specific treatment for web browsers
- Revision 75d1ee51 by Côme Chilliet on 2017-04-06T13:04:51.000Z:
Fixes #5469 Also removed MSIE 5&6 specific treatment
- Custom Fields:
- Support contract: None