]> git.openstreetmap.org Git - rails.git/blobdiff - lib/editors.rb
Fix gap for iconless nodes in history view
[rails.git] / lib / editors.rb
index e3e17e535315b837234f087076246e16d2aa3bde..101a6f80c457e251e04558dd95d28cf58e3e9643 100644 (file)
@@ -1,3 +1,4 @@
 module Editors 
-  ALL_EDITORS = [ "potlatch", "josm" ]
+  ALL_EDITORS = [ "potlatch", "potlatch2", "id", "remote" ]
+  RECOMMENDED_EDITORS = [ "id", "potlatch2", "remote" ]
 end