diff --git a/old/index.js b/old/index.js index d50a430f0..2cca1d93c 100644 --- a/old/index.js +++ b/old/index.js @@ -1061,6 +1061,8 @@ angular.module('copayApp.controllers').controller('indexController', function($r }); $rootScope.$on('Local/WalletImported', function(event, walletId) { +console.log('[index.js:1063] walletImported'); //TODO + return; self.needsBackup = false; storageService.setBackupFlag(walletId, function() { $log.debug('Backup done stored'); @@ -1322,6 +1324,8 @@ return; lodash.each(['NewCopayer', 'CopayerUpdated'], function(eventName) { $rootScope.$on(eventName, function() { +console.log('[index.js:1324] NewCopayer, CopayerUpdated'); //TODO + return; // Re try to open wallet (will triggers) self.setFocusedWallet(); }); diff --git a/public/views/create.html b/public/views/create.html index 1d427e392..cd3ed2b7a 100644 --- a/public/views/create.html +++ b/public/views/create.html @@ -1,9 +1,11 @@ - - - Add - + + + + Add + + - +
diff --git a/public/views/import.html b/public/views/import.html index 9c40af245..fc1b8312d 100644 --- a/public/views/import.html +++ b/public/views/import.html @@ -1,12 +1,11 @@ - - - Add - - - - + + + + Add + + - +
@@ -57,6 +56,7 @@
+