Send URL page view to Crisp to trigger contextual help

Fix #4052

Signed-off-by: Chaïb Martinez <chaibax@gmail.com>
This commit is contained in:
Chaïb Martinez 2019-07-08 17:50:02 +02:00 committed by Pierre de La Morinerie
parent 216aabf55b
commit 535d032b73

View file

@ -29,4 +29,9 @@ if (enabled) {
]
]
]);
window.$crisp.push([
'set',
'session:event',
[[['PAGE_VIEW', { URL: window.location.pathname }]]]
]);
}