aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
-rw-r--r--ui/app/components/network.js1
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31b4aff7a..b9e96c733 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,8 +2,9 @@
## Current Master
-- Clean up UI
-- Remove nonfunctional QR code button
+- Clean up UI.
+- Remove nonfunctional QR code button.
+- Make network loading indicator clickable to select accessible network.
## 2.3.1 2016-06-09
diff --git a/ui/app/components/network.js b/ui/app/components/network.js
index 5ad5f9351..b226a6db6 100644
--- a/ui/app/components/network.js
+++ b/ui/app/components/network.js
@@ -19,6 +19,7 @@ Network.prototype.render = function() {
if (networkNumber == 'loading') {
return h('img', {
title: 'Attempting to connect to blockchain.',
+ onClick:(event) => this.props.onClick(event),
style: {
width: '27px',
marginRight: '-27px'