use fat marker
This commit is contained in:
parent
35ac6e13f9
commit
c9f0c2c775
@ -149,7 +149,7 @@ function render_response(data, td, set) {
|
|||||||
/* add or update marker (and name) if found */
|
/* add or update marker (and name) if found */
|
||||||
if (set['found'] && set['found_by'] && set['exists']) {
|
if (set['found'] && set['found_by'] && set['exists']) {
|
||||||
div_class = set['found_by'];
|
div_class = set['found_by'];
|
||||||
$(td).find('div.coin span').html('').html('✓'); }
|
$(td).find('div.coin span').html('').html('✔'); }
|
||||||
|
|
||||||
/* add/update name */
|
/* add/update name */
|
||||||
if ([201, 202, 203].includes(data['value'])) {
|
if ([201, 202, 203].includes(data['value'])) {
|
||||||
|
@ -193,7 +193,7 @@ def show_coin(country, year, stamp, value):
|
|||||||
marker = ''
|
marker = ''
|
||||||
if coin.found_by:
|
if coin.found_by:
|
||||||
div_class = f"found {coin.found_by}"
|
div_class = f"found {coin.found_by}"
|
||||||
marker = '✓'
|
marker = '✔'
|
||||||
|
|
||||||
name = coin.name if coin.name else ''
|
name = coin.name if coin.name else ''
|
||||||
special_class = ''
|
special_class = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user