diff --git a/static/js/views/things.js b/static/js/views/things.js index d235d0fe4..add91ba9c 100644 --- a/static/js/views/things.js +++ b/static/js/views/things.js @@ -145,7 +145,7 @@ const ThingsScreen = { App.gatewayModel.unsubscribe(Constants.REFRESH_THINGS, this.refreshThing); App.gatewayModel.unsubscribe(Constants.DELETE_THINGS, this.refreshThing); App.gatewayModel.subscribe(Constants.DELETE_THINGS, this.refreshThings); - App.gatewayModel.subscribe(Constants.REFRESH_THINGS, this.refreshThings); + App.gatewayModel.subscribe(Constants.REFRESH_THINGS, this.refreshThings, true); }, /**