diff options
author | Jochen Topf <jochen@topf.org> | 2014-09-18 11:49:03 +0200 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2014-09-18 11:49:03 +0200 |
commit | 21c0de6d5d0f67c010160a1cf8c25e4fc1ebec1e (patch) | |
tree | cc751efb26d3e2f2d13db6ec71a30e24dfa913b6 /web/lib | |
parent | 5475214823e7a9deaa7925bb0054c22b233658d1 (diff) | |
download | taginfo-21c0de6d5d0f67c010160a1cf8c25e4fc1ebec1e.tar taginfo-21c0de6d5d0f67c010160a1cf8c25e4fc1ebec1e.tar.gz |
Disable JOSM styles report.
Diffstat (limited to 'web/lib')
-rw-r--r-- | web/lib/reports.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/reports.rb b/web/lib/reports.rb index 398e7da..0611744 100644 --- a/web/lib/reports.rb +++ b/web/lib/reports.rb @@ -52,7 +52,7 @@ class Report end Report.new 'Database statistics', :db -Report.new 'JOSM styles', :josm +Report.new 'JOSM styles' # disabled Report.new 'Characters in keys', :db Report.new 'Frequently used keys without wiki page', :db, :wiki Report.new 'Key lengths', :db |