remove is jamblaster check for now
This commit is contained in:
parent
88f796faed
commit
0aba92650c
|
|
@ -16,8 +16,8 @@ MixerActions = context.MixerActions
|
|||
|
||||
for participant in session.otherParticipants()
|
||||
|
||||
if participant.is_jamblaster
|
||||
continue
|
||||
#if participant.is_jamblaster
|
||||
#continue
|
||||
|
||||
if participant.client_id == @app.clientId
|
||||
participant.user.possessive = "Your"
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ module MusicSessionHelper
|
|||
if tz
|
||||
options << "<option value='#{display},#{tz.tzinfo.name}' class='label' data-tz='#{tz.tzinfo.name}' data-utc-offset='#{tz.utc_offset}'>#{tz.to_s}</option>"
|
||||
end
|
||||
|
||||
|
||||
end
|
||||
options.html_safe
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue