mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 23:47:32 -05:00 
			
		
		
		
	Update clean.blade.php
This commit is contained in:
		
							parent
							
								
									591efe1603
								
							
						
					
					
						commit
						0369017da6
					
				@ -9,7 +9,9 @@
 | 
			
		||||
                /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
 | 
			
		||||
                _paq.push(['trackPageView']);
 | 
			
		||||
                _paq.push(['enableLinkTracking']);
 | 
			
		||||
                _paq.push(['setUserId', '{{ auth()->guard('contact')->check()->user()->present()->name() }}']);
 | 
			
		||||
                @if (auth()->guard('contact')->check())
 | 
			
		||||
                _paq.push(['setUserId', '{{ auth()->guard('contact')->user()->present()->name() }}']);
 | 
			
		||||
                @endif
 | 
			
		||||
                (function() {
 | 
			
		||||
                var u="{{ $company->matomo_url }}";
 | 
			
		||||
                _paq.push(['setTrackerUrl', u+'matomo.php']);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user