diff options
author | marijus <mario@mariovavti.com> | 2014-05-18 09:14:21 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-05-18 09:14:21 +0200 |
commit | 89b8bc07ac7178b8ea722f8d1faa2f649faa8c1b (patch) | |
tree | 51b062ede33c9a1db655f1492a0c9eeafdb718e7 /boot.php | |
parent | 29e6f51ab8a12c222a131443066d19c913f94a08 (diff) | |
download | volse-hubzilla-89b8bc07ac7178b8ea722f8d1faa2f649faa8c1b.tar.gz volse-hubzilla-89b8bc07ac7178b8ea722f8d1faa2f649faa8c1b.tar.bz2 volse-hubzilla-89b8bc07ac7178b8ea722f8d1faa2f649faa8c1b.zip |
implement modal for more then 10 likes/dislikes
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -347,7 +347,7 @@ define ( 'DROPITEM_PHASE2', 2); * Maximum number of "people who like (or don't like) this" that we will list by name */ -define ( 'MAX_LIKERS', 75); +define ( 'MAX_LIKERS', 10); /** * Communication timeout |