Skip to content
Snippets Groups Projects
Commit a5b738b3 authored by Christophe Matthieu's avatar Christophe Matthieu
Browse files

[FIX] im_livechat: don't translate livechat javascript template

parent 5245dc5d
Branches
Tags
No related merge requests found
......@@ -138,11 +138,11 @@
<!-- the js code to initialize the LiveSupport object -->
<template id="loader" name="Livechat : Javascript appending the livechat button">
<t t-translation="off">
<t t-if="not info">
<t t-set="info" t-value="request.env['im_livechat.channel'].get_livechat_info(channel)"/>
</t>
document.addEventListener("DOMContentLoaded", function(event) {
<t t-if="web_session_required">
odoo.define('web.session', function (require) {
......@@ -165,6 +165,7 @@
</t>
});
});
</t>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment