Files
dojo/templates/home/candy.html.ep
2018-07-27 18:55:22 -05:00

14 lines
450 B
Plaintext
Executable File

<script type="text/javascript" src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous">
</script>
<section id="schat" class="chat">
<div id="candy"></div>
</section>
<script>
const nick="<%= $nick %>";
const chat_addr="<%= $config->{chat_addr} %>";
const chat_srv="<%= $config->{chat_srv} %>";
const chat_channel="<%= $config->{chat_channel} %>";
</script>