diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-02-01 12:22:35 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-02-01 12:22:35 +0100 |
commit | fae15c9f84394f905e5237a1afc10364aeb42dd0 (patch) | |
tree | 1715cb08f5b754f320c32c2612775fbe811b2d92 /inc/poche/config.inc.default.php | |
parent | 3831c1525ccc512e27309f2cd531f0beff8dc430 (diff) | |
parent | 89637c2a1dcc114b17a8f7eef493b51315e1a6ac (diff) | |
download | wallabag-fae15c9f84394f905e5237a1afc10364aeb42dd0.tar.gz wallabag-fae15c9f84394f905e5237a1afc10364aeb42dd0.tar.zst wallabag-fae15c9f84394f905e5237a1afc10364aeb42dd0.zip |
Merge pull request #968 from wallabag/reloadarticle
added reload function
Diffstat (limited to 'inc/poche/config.inc.default.php')
-rwxr-xr-x | inc/poche/config.inc.default.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/poche/config.inc.default.php b/inc/poche/config.inc.default.php index a159e713..aaaf12a6 100755 --- a/inc/poche/config.inc.default.php +++ b/inc/poche/config.inc.default.php | |||
@@ -62,6 +62,7 @@ | |||
62 | @define ('SHOW_PRINTLINK', '1'); | 62 | @define ('SHOW_PRINTLINK', '1'); |
63 | // display or not percent of read in article view. Affects only default theme. | 63 | // display or not percent of read in article view. Affects only default theme. |
64 | @define ('SHOW_READPERCENT', '1'); | 64 | @define ('SHOW_READPERCENT', '1'); |
65 | @define ('RELOAD_ARTICLE', TRUE); | ||
65 | @define ('ABS_PATH', 'assets/'); | 66 | @define ('ABS_PATH', 'assets/'); |
66 | 67 | ||
67 | @define ('DEFAULT_THEME', 'baggy'); | 68 | @define ('DEFAULT_THEME', 'baggy'); |