diff options
| author | 2016-10-14 17:49:33 +0200 | |
|---|---|---|
| committer | 2016-10-14 17:49:33 +0200 | |
| commit | 3366945a90b58929cc3b9e980ce9a52027151556 (patch) | |
| tree | c8459eb793581e086223337d02d36ec4c49d70f3 /data | |
| parent | 626d9cbccbd0a52c7ece4ffeaab9bd09f62a3761 (diff) | |
Default option mark as read during scroll
Diffstat (limited to 'data')
| -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', |
