alter live stream on mobile launch (web)
parent
8cc4210207
commit
99cfb0dc61
|
|
@ -1000,15 +1000,14 @@ $(document).ready(function(e){
|
||||||
.on('click','.launch-live-grid-monitor',function(){
|
.on('click','.launch-live-grid-monitor',function(){
|
||||||
var monitorId = $(this).parents('[data-mid]').attr('data-mid')
|
var monitorId = $(this).parents('[data-mid]').attr('data-mid')
|
||||||
if(isMobile){
|
if(isMobile){
|
||||||
createLivePlayerTab(loadedMonitors[monitorId])
|
closeAllLiveGridPlayers()
|
||||||
}else{
|
|
||||||
mainSocket.f({
|
|
||||||
f: 'monitor',
|
|
||||||
ff: 'watch_on',
|
|
||||||
id: monitorId
|
|
||||||
})
|
|
||||||
openLiveGrid()
|
|
||||||
}
|
}
|
||||||
|
mainSocket.f({
|
||||||
|
f: 'monitor',
|
||||||
|
ff: 'watch_on',
|
||||||
|
id: monitorId
|
||||||
|
})
|
||||||
|
openLiveGrid()
|
||||||
})
|
})
|
||||||
.on('click','.monitor-live-group-open',function(){
|
.on('click','.monitor-live-group-open',function(){
|
||||||
var monitorIds = $(this).attr('monitor-ids').split(',')
|
var monitorIds = $(this).attr('monitor-ids').split(',')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue