commit
2f3f2103d5
2 changed files with 2 additions and 4 deletions
|
|
@ -16,10 +16,6 @@ if (localConfig) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var log = function() {
|
|
||||||
if (config.verbose) console.log(arguments);
|
|
||||||
}
|
|
||||||
|
|
||||||
var modules = [
|
var modules = [
|
||||||
'ngRoute',
|
'ngRoute',
|
||||||
'angularMoment',
|
'angularMoment',
|
||||||
|
|
|
||||||
|
|
@ -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'],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue