fix main menu colors, fix facets display on IE8

This commit is contained in:
Florian BLOUET
2015-11-26 17:38:33 +01:00
parent 6c469ea28b
commit 3807b2f74c
6 changed files with 25 additions and 21 deletions

View File

@@ -778,8 +778,9 @@
}, function(data){
return;
});
if ($.browser.msie && $.browser.version === "6.0")
if (( navigator.userAgent.match(/msie/i) && navigator.userAgent.match(/6/) )) {
$("select").hide().show();
}
}
</script>