mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
Merge branch 'auth-tokens' of github.com:coralproject/talk into auth-tokens
This commit is contained in:
+5
-1
@@ -28,7 +28,11 @@
|
||||
Coral.Talk.render(document.getElementById('coralStreamEmbed'), {
|
||||
talk: '/',
|
||||
asset_url: '<%= asset_url ? asset_url : '' %>',
|
||||
asset_id: '<%= asset_id ? asset_id : '' %>'
|
||||
asset_id: '<%= asset_id ? asset_id : '' %>',
|
||||
plugin_config: {
|
||||
test: 'data',
|
||||
debug: false
|
||||
}
|
||||
})
|
||||
"></script>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user