diff options
| author | 2016-10-14 17:54:34 +0200 | |
|---|---|---|
| committer | 2016-10-14 17:54:34 +0200 | |
| commit | 1013c7d2e2d8a2331b47859e918f4e6ac45aef63 (patch) | |
| tree | a82d2a1c07b1d1ec4ba2210f49217d6b348adcad /data/users | |
| parent | f41362a594ffaad726e0621c6eed8e62ae9b634c (diff) | |
| parent | 6d7ebaeb3b75969fbf44a8f36dbb5e9993f0c623 (diff) | |
Merge pull request #1309 from Alkarex/scroll-as-read
Scroll as read
Diffstat (limited to 'data/users')
| -rw-r--r-- | data/users/_/config.default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/users/_/config.default.php b/data/users/_/config.default.php index 280b13422..f28ef9724 100644 --- a/data/users/_/config.default.php +++ b/data/users/_/config.default.php @@ -35,7 +35,7 @@ return array ( 'mark_when' => array ( 'article' => true, 'site' => true, - 'scroll' => false, + 'scroll' => true, 'reception' => false, ), 'theme' => 'Origine', |
