Merge pull request #5634 from cmgustavo/bug/route-03

Revert routing issue
This commit is contained in:
Gabriel Edgardo Bazán 2017-02-20 14:48:17 -05:00 committed by GitHub
commit eb0dce64a8

View file

@ -1158,7 +1158,6 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
$ionicPlatform.on('menubutton', function() {
window.location = '#/preferences';
});
});
$log.info('Init profile...');
// Try to open local profile
@ -1195,6 +1194,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
openURLService.init();
}, 1000);
});
});
if (platformInfo.isNW) {
var gui = require('nw.gui');