Changed user settings to be stored as arrays

This commit is contained in:
Marcin Kurczewski
2014-10-03 20:55:37 +02:00
parent 22e7d3657b
commit 614111a5f0
3 changed files with 7 additions and 7 deletions

View File

@ -26,7 +26,7 @@ App.BrowsingSettings = function(
function getDefaultSettings() {
return {
hideDownvoted: true,
endlessScroll: true,
endlessScroll: false,
listPosts: {
safe: true,
sketchy: true,