projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Clear the note cache when the note layer is turned off
[rails.git]
/
lib
/
editors.rb
diff --git
a/lib/editors.rb
b/lib/editors.rb
index e3e17e535315b837234f087076246e16d2aa3bde..3b5de3decd0655428e868355006f6401d06b19b7 100644
(file)
--- a/
lib/editors.rb
+++ b/
lib/editors.rb
@@
-1,3
+1,4
@@
module Editors
- ALL_EDITORS = [ "potlatch", "josm" ]
+ ALL_EDITORS = [ "potlatch", "potlatch2", "remote" ]
+ RECOMMENDED_EDITORS = [ "potlatch2", "remote" ]
end