|
|
|
|
|
|
57
|
// clog("r0 num",numberOfParticipants)
|
57
|
// clog("r0 num",numberOfParticipants)
|
|
58
|
|
58
|
|
|
59
|
if (window.glob_dev_fns && window.glob_dev_fns.getTileViewGridDimensions_set_num){
|
59
|
if (window.glob_dev_fns && window.glob_dev_fns.getTileViewGridDimensions_set_num){
|
|
60
|
- const numberOfParticipants_dev = window.glob_dev_fns.getTileViewGridDimensions_set_num(state)
|
|
|
|
|
|
60
|
+ const numberOfParticipants_dev = window.glob_dev_fns.getTileViewGridDimensions_set_num(state,maxColumns,numberOfParticipants)
|
|
61
|
if (typeof(numberOfParticipants_dev)=="number"){numberOfParticipants = numberOfParticipants_dev}
|
61
|
if (typeof(numberOfParticipants_dev)=="number"){numberOfParticipants = numberOfParticipants_dev}
|
|
62
|
}
|
62
|
}
|
|
63
|
// */
|
63
|
// */
|