Calling make_jumpbox() where it needed (#1091)

This commit is contained in:
Roman Kelesidis 2023-11-13 15:59:30 +07:00 committed by GitHub
commit 47a776c31d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 4 deletions

View file

@ -56,9 +56,6 @@ if (defined('SHOW_ONLINE') && SHOW_ONLINE) {
]);
}
// Make jumpbox
make_jumpbox();
// Info about new private messages
$icon_pm = $images['pm_no_new_msg'];
$pm_info = $lang['NO_NEW_PM'];