diff --git a/bbb-api-demo/src/main/webapp/js/demo4.js b/bbb-api-demo/src/main/webapp/js/demo4.js index b674123a85..ce71968005 100755 --- a/bbb-api-demo/src/main/webapp/js/demo4.js +++ b/bbb-api-demo/src/main/webapp/js/demo4.js @@ -109,7 +109,7 @@ function createMeetingTable(meeting) { form += ''; form += ''; - var tableContent = '
Participants | Name | Role | '; + var tableContent = '
---|
Participants | Name | Role | '; //uncomment below to add the ability to end meetings in the activity monitor //tableContent += form; @@ -157,4 +157,5 @@ function createMeetingTable(meeting) { // 2. has no spaces and/or special characters function encode(string) { return hex_md5(string); -} \ No newline at end of file +} +
---|