javascript - Typoscript Condition not working on IE11 -
i want hide typo3 felogin permalogin option in ie 11 only. i've added code;
[browser = msie] && [version >= 11] plugin.tx_felogin_pi1.showpermalogin = 0 [global]
but not working anymore. using typo3 version 4.7.17.
also how add css hack ie11 ?
is there anyway identify ie11 navigator useragent?
does knows solution ?
it seems condition has error. according manual condition should shown below:
[browser = msie] && [version = >10] plugin.tx_felogin_pi1.showpermalogin = 0 [global]
Comments
Post a Comment