diff --git a/public/js/app.js b/public/js/app.js index 1359a0e..14c9020 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -668,11 +668,11 @@ function editContribution(contributionId) { html: '
' + '
' + - '' + + '' + '' + '
' + '
' + - '' + + '' + '' + '
' + '
', @@ -921,14 +921,14 @@ function buildCategoryFilter() { const checked = activeFilters.indexOf(key) !== -1 ? 'checked' : ''; const count = counts[key] || 0; - html += '