mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 10:19:45 +08:00
Fixing for default url case
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@
|
||||
<script src="/embed.js" async onload="
|
||||
Coral.Talk.render(document.getElementById('coralStreamEmbed'), {
|
||||
talk: '/',
|
||||
asset: '<%= asset_url ? asset_url : 'undefined' %>'
|
||||
asset: '<%= asset_url ? asset_url : '' %>'
|
||||
})
|
||||
"></script>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user