Merge branch 'auth-tokens' of github.com:coralproject/talk into auth-tokens

This commit is contained in:
Wyatt Johnson
2017-05-15 13:14:10 -06:00
107 changed files with 3308 additions and 789 deletions
+5 -1
View File
@@ -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>