Skip to content

Commit

Permalink
Merge branch 'master' of github.com:openstate/stembureaus
Browse files Browse the repository at this point in the history
  • Loading branch information
siccovansas committed Jan 18, 2022
2 parents dd18392 + 3eda2f9 commit 34ef111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/scripts/routes/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var run_editform = function () {
if (elem.huisnummertoevoeging != '') {
output += '-' + elem.huisnummertoevoeging;
}
output += ' (' + elem.woonplaats + ')';
output += ' (' + elem.woonplaats + ') [' + elem.nummeraanduiding + ']';
output += '</a></li>';
});
output += '</ul>';
Expand Down

0 comments on commit 34ef111

Please sign in to comment.