From 380c3ba00092b5b56521b0d2a8a965b2558bb094 Mon Sep 17 00:00:00 2001 From: RealAngeleno Date: Fri, 28 Apr 2023 22:36:11 -0700 Subject: [PATCH] add some information about the requirement for boardlinks to be enabled for the script to work --- js/auto-reload.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/auto-reload.js b/js/auto-reload.js index 3e897fda..be381059 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. + * */