1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-23 23:20:57 +01:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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