Merge branch 'feature/LIL-643' into 'master'

LIL-643 Добавить онлайн-чат

See merge request lilcity/backend!132
remotes/origin/hotfix/LIL-661
cfwme 7 years ago
commit fcb6a5032c
  1. 15
      project/templates/lilcity/index.html

@ -38,6 +38,21 @@
{% endcompress %}
<link rel="shortcut icon" type="image/png" href="{% static 'img/favicon.png' %}"/>
<!-- Start of LiveChat (www.livechatinc.com) code -->
<script type="text/javascript">
window.__lc = window.__lc || {};
window.__lc.license = 9917240;
(function() {
var lc = document.createElement('script'); lc.type = 'text/javascript'; lc.async = true;
lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s);
})();
</script>
<noscript>
<a href="https://www.livechatinc.com/chat-with/9917240/">Напишите нам</a>,
powered by <a href="https://www.livechatinc.com/?welcome" rel="noopener" target="_blank">LiveChat</a>
</noscript>
<!-- End of LiveChat code -->
<script>
var viewportmeta = document.querySelector('meta[name="viewport"]');
if (viewportmeta) {

Loading…
Cancel
Save