diff --git a/src/app/connect/index.js b/src/app/connect/index.js index b10c7fd2e3e..063fbf59964 100644 --- a/src/app/connect/index.js +++ b/src/app/connect/index.js @@ -439,8 +439,9 @@ var ConnectView = View.extend({ }; connection.test(function(err) { + // Always hide the status bar while we're moving to React components + StatusAction.hide(); if (!err) { - StatusAction.hide(); // now save connection this.connection = connection; this.connection.save({ last_used: new Date() }, { success: onSave.bind(this) });