mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
added support for changing the static url
This commit is contained in:
+1
-1
@@ -24,7 +24,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="<%= BASE_URL %>embed.js" async onload="
|
||||
<script src="<%= STATIC_URL %>embed.js" async onload="
|
||||
window.TalkEmbed = Coral.Talk.render(document.getElementById('coralStreamEmbed'), {
|
||||
talk: '<%= BASE_URL %>',
|
||||
asset_url: '<%= asset_url ? asset_url : '' %>',
|
||||
|
||||
Reference in New Issue
Block a user