remove site.flags, add 'flag' item key property; update 0xDB config; update filter.js

This commit is contained in:
rolux 2014-12-22 10:43:23 +00:00
commit f3af1b70a0
3 changed files with 11 additions and 12 deletions

View file

@ -86,10 +86,6 @@
included in find annotations.
*/
"clipLayers": ["subtitles"],
/*
"flags" sets if in filters, countries and languages have a flag icon.
*/
"flags": true,
/*
"help" specifies the sections of the help dialog.
There isn't much of a point in making changes to this.
@ -177,6 +173,7 @@
"columnWidth": 120,
"filter": true,
"find": true,
"flag": "country",
"sort": true
},
{
@ -198,6 +195,7 @@
"columnWidth": 120,
"filter": true,
"find": true,
"flag": "language",
"sort": true
},
{