forked from External/greenlight
limit previous meetings container to 5
This commit is contained in:
@ -202,12 +202,14 @@ class @Recordings
|
||||
table_api.rows.add(data.recordings)
|
||||
@draw()
|
||||
|
||||
recording_names = data.recordings.map (r) ->
|
||||
return r.name
|
||||
output = {}
|
||||
for key in [0...recording_names.length]
|
||||
output[recording_names[key]] = recording_names[key]
|
||||
PreviousMeetings.add(value for key, value of output)
|
||||
if $(".page-wrapper.rooms").data('main-room')
|
||||
recording_names = data.recordings.map (r) ->
|
||||
return r.name
|
||||
output = {}
|
||||
for key in [0...recording_names.length]
|
||||
output[recording_names[key]] = recording_names[key]
|
||||
PreviousMeetings.add(value for key, value of output)
|
||||
|
||||
|
||||
# setup click handlers for the action buttons
|
||||
setupActionHandlers: ->
|
||||
|
Reference in New Issue
Block a user