1
0
mirror of https://github.com/Hutchy68/pivot.git synced 2025-11-03 18:57:34 +01:00

remove less than IE 9 support, fix #46

This commit is contained in:
PeterTheOne
2018-01-22 14:13:10 +01:00
parent 3038a4cbe5
commit 731fae8c57
2 changed files with 0 additions and 111 deletions

View File

@@ -1,9 +1,5 @@
jQuery(document).ready(function() {
// Add the 'less than IE9' class to appropriate version of IE by checking for their support of cssFloat (true in v9)
if (!jQuery.support.cssFloat) { jQuery('html').addClass('lt-ie9').addClass('no-js'); }
jQuery(document).foundation(function (response) {
// console.log(response.errors); < this line will produce error in ie9!
if (window.console) console.log(response.errors);