Skip to content
Snippets Groups Projects
Commit 2c3fc04b authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

JS Hint

parent 74d9f4d9
No related branches found
No related tags found
No related merge requests found
...@@ -120,8 +120,8 @@ function NewAccountModalController($scope, $state, UIUtils, CryptoUtils, Wallet, ...@@ -120,8 +120,8 @@ function NewAccountModalController($scope, $state, UIUtils, CryptoUtils, Wallet,
.then(function(){ .then(function(){
UIUtils.onError(message)(err); UIUtils.onError(message)(err);
}); });
} };
} };
UIUtils.loading.show(); UIUtils.loading.show();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment