mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
Only render calculator HTML in enterprise fee JSON if explicitly requested. Improves load time of order cycles page.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
angular.module('enterprise_fees', [])
|
||||
.controller('AdminEnterpriseFeesCtrl', ['$scope', '$http', function($scope, $http) {
|
||||
$http.get('/admin/enterprise_fees.json').success(function(data) {
|
||||
$http.get('/admin/enterprise_fees.json?include_calculators=1').success(function(data) {
|
||||
$scope.enterprise_fees = data;
|
||||
|
||||
for(i=0; i<3; i++) {
|
||||
|
||||
Reference in New Issue
Block a user