mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 03:29:03 -05:00 
			
		
		
		
	Merge fix for tests
This commit is contained in:
		
							parent
							
								
									7fbaad19d1
								
							
						
					
					
						commit
						884e4174f5
					
				@ -67,6 +67,11 @@
 | 
			
		||||
            if (errorMsg.indexOf('DOM Exception 22') > -1) {
 | 
			
		||||
                return;
 | 
			
		||||
            }
 | 
			
		||||
            @if (Utils::isTravis())
 | 
			
		||||
                if (errorMsg.indexOf('Attempting to change value of a readonly property') > -1) {
 | 
			
		||||
                    return;
 | 
			
		||||
                }
 | 
			
		||||
            @endif
 | 
			
		||||
            // Less than IE9 https://stackoverflow.com/a/14835682/497368
 | 
			
		||||
            if (! document.addEventListener) {
 | 
			
		||||
                return;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user