mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 02:07:33 -05:00 
			
		
		
		
	Disbled datepicker language until fully supported
This commit is contained in:
		
							parent
							
								
									b9deb8a3a1
								
							
						
					
					
						commit
						b28c712a8e
					
				@ -77,11 +77,12 @@
 | 
			
		||||
            }
 | 
			
		||||
        } );
 | 
			
		||||
        
 | 
			
		||||
        /* This causes problems with some languages. ie, fr_CA
 | 
			
		||||
		var appLocale = '{{App::getLocale()}}';
 | 
			
		||||
  
 | 
			
		||||
        $.extend( true, $.fn.datepicker.defaults, {
 | 
			
		||||
			language: appLocale.replace("_", "-")
 | 
			
		||||
        });
 | 
			
		||||
        */
 | 
			
		||||
 | 
			
		||||
        @if (env('FACEBOOK_PIXEL'))
 | 
			
		||||
            <!-- Facebook Pixel Code -->
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user