From b82fccfc693416a362b9f81fbb288e57f71680be Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 22 Nov 2013 06:40:53 -0500
Subject: [PATCH] Display loading message when loading identity frame

---
 program/js/app.js |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/program/js/app.js b/program/js/app.js
index e6c580d..28ee96b 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -5547,9 +5547,8 @@
       target = win;
     }
 
-    if (action && (id || action == 'add-identity')) {
-      this.set_busy(true);
-      this.location_href(url, target);
+    if (id || action == 'add-identity') {
+      this.location_href(url, target, true);
     }
 
     return true;

--
Gitblit v1.9.1