prososy listo
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
<script type="text/javascript" src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous">
|
||||
</script>
|
||||
<script>
|
||||
const chat_addr= <%= $chat_addr %>;
|
||||
const chat_srv= <%= $chat_srv %>;
|
||||
const chat_channel= <%= $chat_channel %>;
|
||||
</script>
|
||||
<%= javascript "/ext/libs.min.js"; %>
|
||||
<%= javascript "/ext/candy.min.js"; %>
|
||||
<%= stylesheet "/ext/lib.min.css"; %>
|
||||
|
||||
<section id="schat" class="chat">
|
||||
<div id="candy"></div>
|
||||
</section>
|
||||
|
||||
<script>
|
||||
const nick="<%= $nick %>";
|
||||
const chat_addr="<%= $chat_addr %>";
|
||||
const chat_srv="<%= $chat_srv %>";
|
||||
const chat_channel="<%= $chat_channel %>";
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user