Skip to content

Commit

Permalink
Merge pull request #1472 from GeniusTimo/beta
Browse files Browse the repository at this point in the history
Fehlerbehebung Kostenrechner (Issue #1471)
  • Loading branch information
Gindi4711 authored Jul 9, 2020
2 parents a0377d4 + a47e955 commit 6282436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/web/calculator/js/calculator.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ let Calculator = {

// in die bereits vorhandene Box drücken
$('#costCalculator').find('#costCalculatorBody').html(h.join(''));
$('#costCalculator').find('.tooltip').remove();

// Stufe ist noch nicht freigeschaltet
if (Calculator.CityMapEntity['level'] === Calculator.CityMapEntity['max_level']) {
Expand Down

0 comments on commit 6282436

Please sign in to comment.