use fat marker

This commit is contained in:
koksnuss 2020-06-01 00:23:57 +02:00
parent 35ac6e13f9
commit c9f0c2c775
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ function render_response(data, td, set) {
/* add or update marker (and name) if found */
if (set['found'] && set['found_by'] && set['exists']) {
div_class = set['found_by'];
$(td).find('div.coin span').html('').html(''); }
$(td).find('div.coin span').html('').html(''); }
/* add/update name */
if ([201, 202, 203].includes(data['value'])) {

View File

@ -193,7 +193,7 @@ def show_coin(country, year, stamp, value):
marker = ''
if coin.found_by:
div_class = f"found {coin.found_by}"
marker = ''
marker = ''
name = coin.name if coin.name else ''
special_class = ''