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:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user