undid since I wanted to do it with a PR

This commit is contained in:
RealAngeleno
2023-04-28 22:35:25 -07:00
committed by GitHub
parent 639785cd43
commit a2d9493602

View File

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