Glidera disabled

This commit is contained in:
Gustavo Maximiliano Cortez 2015-09-15 09:41:42 -03:00
commit 933185c812
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 9 additions and 1 deletions

View file

@ -109,7 +109,9 @@ angular.module('copayApp.controllers').controller('indexController', function($r
self.copayers = [];
self.updateColor();
self.updateAlias();
self.initGlidera();
// DISABLED
//self.initGlidera();
if (fc.isPrivKeyExternal()) {
self.needsBackup = false;