fixes #57
pull/66/head
Szekeres Bálint 6 years ago
parent 1cb29f1e35
commit 44bbefb38d

@ -836,6 +836,16 @@
return getSiteValue(site, 'proxy');
};
$scope.hasProxy = function() {
for (var site in $scope.data.sites) {
if ($scope.isProxy(site)) {
return true;
}
}
return false;
};
// ROUTING

Loading…
Cancel
Save