mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 02:53:27 +02:00
Fix browser plugin not updating in real time.
This commit is contained in:
@@ -42,17 +42,6 @@ module.exports = syrup.serial()
|
||||
, identity.display.secure
|
||||
, identity.display.url
|
||||
)
|
||||
, new wire.DeviceBrowserMessage(
|
||||
identity.browser.selected
|
||||
, identity.browser.apps.map(function(app) {
|
||||
return new wire.DeviceBrowserAppMessage(
|
||||
app.id
|
||||
, app.type
|
||||
, app.name
|
||||
, app.selected
|
||||
)
|
||||
})
|
||||
)
|
||||
, new wire.DevicePhoneMessage(identity.phone)
|
||||
))
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user