Actions
Bug #18455
closedWrong condition for IE6
Start date:
2008-03-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
As Dmitry mentioned
if(/MSIE 6/.test(navigator.userAgent)) {
will match to IE7 too, so I replaced it with the right condition
(issue imported from #M7873)
Files
Actions