Merge pull request #6100 from kepstin/bbb-20-rec-fixes

Recording fixes for BBB 2.2
This commit is contained in:
Richard Alam 2018-09-21 14:38:40 -04:00 committed by GitHub
commit a30f1842ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -54,6 +54,10 @@ html, .acorn-controls {
min-width: 310px;
}
p {
font-size: inherit;
}
/* Swappable components have different settings depending on where they are */
#main-section #presentation-area {

View File

@ -368,7 +368,7 @@ def svg_render_shape_poll(g, slide, shape)
result = JSON.load(shape[:result])
num_responders = shape[:num_responders]
presentation = shape[:presentation]
presentation = slide[:presentation]
max_num_votes = result.map{ |r| r['num_votes'] }.max
dat_file = "#{$process_dir}/poll_result#{poll_id}.dat"