Merge pull request #1623 from matiu/feature/misc

Feature/misc
This commit is contained in:
Ivan Socolsky 2014-10-31 11:14:31 -03:00
commit 2f3f2103d5
2 changed files with 2 additions and 4 deletions

View file

@ -16,10 +16,6 @@ if (localConfig) {
} }
} }
var log = function() {
if (config.verbose) console.log(arguments);
}
var modules = [ var modules = [
'ngRoute', 'ngRoute',
'angularMoment', 'angularMoment',

View file

@ -74,9 +74,11 @@ angular.module('copayApp.controllers').controller('SettingsController', function
var insightSettings = { var insightSettings = {
livenet: { livenet: {
url: $scope.insightLivenet, url: $scope.insightLivenet,
transports: ['polling'],
}, },
testnet: { testnet: {
url: $scope.insightTestnet, url: $scope.insightTestnet,
transports: ['polling'],
}, },
} }