Merge pull request #6100 from kepstin/bbb-20-rec-fixes
Recording fixes for BBB 2.2
This commit is contained in:
commit
a30f1842ae
@ -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 {
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user