Skip to content

Commit

Permalink
update centrifuge-js version
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Jan 20, 2023
1 parent ac44fd4 commit 748bec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/chat_json/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
input[type="text"] { width: 300px; }
.muted {color: #CCCCCC; font-size: 10px;}
</style>
<script type="text/javascript" src="https://unpkg.com/centrifuge@3.0.0/dist/centrifuge.js"></script>
<script type="text/javascript" src="https://unpkg.com/centrifuge@3.1.0/dist/centrifuge.js"></script>
<script type="text/javascript">
// helper functions to work with escaping html.
const tagsToReplace = {'&': '&amp;', '<': '&lt;', '>': '&gt;'};
Expand Down

0 comments on commit 748bec8

Please sign in to comment.