From 639785cd4311ceabf1978c7f301773dbfb2749e3 Mon Sep 17 00:00:00 2001 From: RealAngeleno Date: Fri, 28 Apr 2023 22:33:52 -0700 Subject: [PATCH] Added some small information about the requirement for boardlinks for script to load --- js/auto-reload.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/auto-reload.js b/js/auto-reload.js index 0a38f9b2..9a2cf6fe 100644 --- a/js/auto-reload.js +++ b/js/auto-reload.js @@ -15,6 +15,9 @@ * //$config['additional_javascript'][] = 'js/titlebar-notifications.js'; * $config['additional_javascript'][] = 'js/auto-reload.js'; * + * You must have boardlinks or else this script will not load. + * Search for "$config['boards'] = array(" within your inc/config.php and add something similar to your instance-config.php. + * */