New ConverseJS entry point. Using it to add custom CSS.
This commit is contained in:
@ -8,11 +8,6 @@
|
||||
<link type="text/css" rel="stylesheet" media="screen" href="{{BASE_STATIC_URL}}conversejs/converse.min.css" />
|
||||
<script type="text/javaScript" src="{{BASE_STATIC_URL}}conversejs/converse.min.js"></script>
|
||||
<script type="text/javascript" src="{{BASE_STATIC_URL}}static/builtin.js"></script>
|
||||
<style type="text/css">
|
||||
body.livechat-iframe #conversejs .chat-head {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class="converse-fullscreen">
|
||||
<noscript>You need to enable JavaScript to run the Converse.js chat app.</noscript>
|
||||
|
Reference in New Issue
Block a user