added better compression support

This commit is contained in:
Wyatt Johnson
2017-11-30 11:20:13 -07:00
parent c84408004c
commit b672b0a4e0
10 changed files with 280 additions and 111 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
<p><%= body %></p>
<p><a href="<%= BASE_PATH %>admin">Admin</a> - <a href="<%= BASE_PATH %>assets">All Assets</a></p>
<div id='coralStreamEmbed'></div>
<script src="<%= STATIC_URL %>embed.js" async onload="
<script src="<%= STATIC_URL %>static/embed.js" async onload="
window.TalkEmbed = Coral.Talk.render(document.getElementById('coralStreamEmbed'), {
talk: '<%= BASE_URL %>',
asset_url: '<%= asset_url ? asset_url : '' %>',