Added basic browser-side chat pre-processor.
This commit is contained in:
parent
2dbf3b97d5
commit
8b52946925
3 changed files with 69 additions and 1 deletions
|
|
@ -121,6 +121,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.-->
|
|||
<footer>
|
||||
<%- include('partial/scripts', {user}); %>
|
||||
<script src="/lib/socket.io/socket.io.min.js"></script>
|
||||
<script src="/js/channel/chatPreprocessor.js"></script>
|
||||
<script src="/js/channel/chat.js"></script>
|
||||
<script src="/js/channel/userlist.js"></script>
|
||||
<script src="/js/channel/player.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue