From a2d94936025ad0394f36b219fae892162e2b0a25 Mon Sep 17 00:00:00 2001 From: RealAngeleno Date: Fri, 28 Apr 2023 22:35:25 -0700 Subject: [PATCH] undid since I wanted to do it with a PR --- js/auto-reload.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/auto-reload.js b/js/auto-reload.js index 9a2cf6fe..3e897fda 100644 --- a/js/auto-reload.js +++ b/js/auto-reload.js @@ -15,9 +15,6 @@ * //$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. - * */ @@ -244,4 +241,3 @@ $(document).ready(function(){ auto_update(poll_interval_delay); } }); -