summaryrefslogtreecommitdiff
path: root/web/viewsjs/keys.js.erb
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2013-01-06 22:00:25 +0100
committerJochen Topf <jochen@topf.org>2013-01-06 22:00:25 +0100
commit068fc5d43dd2a0e01025b018b682b39089a57338 (patch)
treef1a1211555d2539e7c887b7bed01b0c39425eca4 /web/viewsjs/keys.js.erb
parentd0998e64dcc402773b256907bc382e858368db90 (diff)
downloadtaginfo-068fc5d43dd2a0e01025b018b682b39089a57338.tar
taginfo-068fc5d43dd2a0e01025b018b682b39089a57338.tar.gz
New print_checkmark javascript function
Diffstat (limited to 'web/viewsjs/keys.js.erb')
-rw-r--r--web/viewsjs/keys.js.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/viewsjs/keys.js.erb b/web/viewsjs/keys.js.erb
index 8e9e4e2..2facbd1 100644
--- a/web/viewsjs/keys.js.erb
+++ b/web/viewsjs/keys.js.erb
@@ -31,8 +31,8 @@ function page_init() {
print_value_with_percent(row.count_ways, row.count_ways_fraction),
print_value_with_percent(row.count_relations, row.count_relations_fraction),
print_with_ts(row.users_all),
- row.in_wiki ? '&#x2714;' : '-',
- row.in_josm ? '&#x2714;' : '-',
+ print_checkmark(row.in_wiki),
+ print_checkmark(row.in_josm),
print_with_ts(row.values_all),
print_prevalent_value_list(row.key, row.prevalent_values)
] };