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); } }); -