1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

added reload function

This commit is contained in:
Thomas Citharel 2014-12-13 22:56:30 +01:00
parent 9c55ed0923
commit 44b95cb81d
7 changed files with 19 additions and 1 deletions

View file

@ -56,6 +56,7 @@
@define ('SHOW_PRINTLINK', '1');
// display or not percent of read in article view. Affects only default theme.
@define ('SHOW_READPERCENT', '1');
@define ('RELOAD_ARTICLE', TRUE);
@define ('ABS_PATH', 'assets/');
@define ('DEFAULT_THEME', 'baggy');