Skip to content

Commit

Permalink
Gmeiner school has finished their reconstruction
Browse files Browse the repository at this point in the history
  • Loading branch information
tursics committed Feb 23, 2017
1 parent 6d388ec commit 4149a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ function updateMapSelectItem(data) {
}

$('#receiptBox').css('display', 'block');
$('#receiptBox .finished').css('display', 1160202 === data.Gebaeudenummer ? 'block' : 'none');
$('#receiptBox .finished').css('display', [1160202, 1110701].indexOf(data.Gebaeudenummer) !== -1 ? 'block' : 'none');

// for (id in budget) {
// item = budget[id];
Expand Down

0 comments on commit 4149a52

Please sign in to comment.