mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 16:54:31 -04:00
Update app.blade.php
This commit is contained in:
parent
735d08a679
commit
11331acf4d
@ -9,7 +9,7 @@
|
|||||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
_paq.push(['trackPageView']);
|
_paq.push(['trackPageView']);
|
||||||
_paq.push(['enableLinkTracking']);
|
_paq.push(['enableLinkTracking']);
|
||||||
_paq.push(['setUserId', '{{ auth()->guard('contact')->user()->present()->name() }}']);
|
_paq.push(['setUserId', '{{ auth()->guard('contact')->check()->user()->present()->name() }}']);
|
||||||
(function() {
|
(function() {
|
||||||
var u="{{ $company->matomo_url }}";
|
var u="{{ $company->matomo_url }}";
|
||||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user