summaryrefslogtreecommitdiff
path: root/web/public
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2011-10-13 15:33:28 +0200
committerJochen Topf <jochen@topf.org>2011-10-13 15:33:28 +0200
commit37ca149ae63128c6adabfc428a8d9b713bab7d69 (patch)
treeb6b0cf55640c622d7f9ca23c37e960b4343e92c7 /web/public
parenta4c827ca515ae9cda7d1f3e007e99f7c268adcfa (diff)
downloadtaginfo-37ca149ae63128c6adabfc428a8d9b713bab7d69.tar
taginfo-37ca149ae63128c6adabfc428a8d9b713bab7d69.tar.gz
Make combinations table searchable.
Fixes https://github.com/joto/taginfo/issues/4
Diffstat (limited to 'web/public')
-rw-r--r--web/public/js/taginfo.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/public/js/taginfo.js b/web/public/js/taginfo.js
index 1c56f53..c7956d2 100644
--- a/web/public/js/taginfo.js
+++ b/web/public/js/taginfo.js
@@ -406,6 +406,9 @@ var create_flexigrid_for = {
{ display: '<span title="Key used together with this key">Other key</span>', name: 'other_key', width: 340, sortable: true },
{ display: '<span title="Number of objects with other key that also have this key">&rarr; Count</span>', name: 'from_count', width: 320, sortable: true, align: 'center' }
],
+ searchitems: [
+ { display: 'Other key', name: 'other_key' }
+ ],
sortname: 'to_count',
sortorder: 'desc',
height: 410,