Files
dojo/templates/home/candy.html.ep

14 lines
420 B
Plaintext
Raw Normal View History

2018-07-13 19:06:08 -05:00
<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>
2018-07-25 20:48:58 +00:00
<script>
const nick="<%= $nick %>";
const chat_addr="<%= $chat_addr %>";
const chat_srv="<%= $chat_srv %>";
const chat_channel="<%= $chat_channel %>";
</script>