diff -r ef3f0274a1ea -r 0ad967f2d6ee www/js/global.js --- a/www/js/global.js Mon Jun 10 20:04:12 2019 +0200 +++ b/www/js/global.js Wed Jun 12 16:41:38 2019 +0200 @@ -92,7 +92,8 @@ { id: 1, en: 'Boil', nl: 'Koken' }, { id: 2, en: 'Fermentation', nl: 'Vergisten' }, { id: 3, en: 'Lagering', nl: 'Nagisten/lageren' }, - { id: 4, en: 'Bottle', nl: 'Bottelen' } + { id: 4, en: 'Bottle', nl: 'Bottelen' }, + { id: 5, en: 'Kegs', nl: 'Fust' } ]; var AddedSource = { localdata: AddedData,