From ed45dc1ef0e1be935d895595d85b3f2febe977f2 Mon Sep 17 00:00:00 2001 From: Kasper Johansen Date: Tue, 8 May 2018 20:40:15 +0200 Subject: [PATCH] Zopim / Zendesk Chat with Turbolinks 5 --- content/libraries/zopim.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/content/libraries/zopim.md b/content/libraries/zopim.md index 7200a12..9e69d35 100644 --- a/content/libraries/zopim.md +++ b/content/libraries/zopim.md @@ -55,6 +55,23 @@ Remove the supplied javascript and add the following to your application's javas $(window).off('page:change.zopim').on('page:change.zopim', zopim_chat); // zopim_chat(); +``` - +Turbolinks 5: +```javascript + ```