Skip to content

Commit

Permalink
Don't flash No Devices Yet on page load - closes WebThingsIO#3056
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrancis committed Aug 30, 2023
1 parent 080da08 commit ca12efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/views/things.js
Original file line number Diff line number Diff line change
Expand Up @@ -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, true);
App.gatewayModel.subscribe(Constants.REFRESH_THINGS, this.refreshThings);
},

/**
Expand Down

0 comments on commit ca12efc

Please sign in to comment.