Skip to content

Commit

Permalink
default explorer to master games
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Feb 8, 2016
1 parent 6321565 commit ffde9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/analyse/src/explorer/explorerConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
open: m.prop(false),
db: {
available: ['lichess', 'masters'], //, 'me'],
selected: storedProp('db', 'lichess')
selected: storedProp('db', 'masters')
},
rating: {
available: [1600, 1800, 2000, 2200, 2500],
Expand Down

0 comments on commit ffde9a3

Please sign in to comment.