1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-08 15:38:20 +01:00

live-index.js: trim

This commit is contained in:
Zankaria 2024-08-29 18:07:20 +02:00
parent 6a0c1b94b7
commit 289c137b2d

View File

@ -1,16 +1,16 @@
/*
/*
* live-index.js
* https://github.com/vichan-devel/Tinyboard/blob/master/js/live-index.js
*
*
* Released under the MIT license
* Copyright (c) 2014 Marcin Łabanowski <marcin@6irc.net>
*
*
* Usage:
* $config['api']['enabled'] = true;
* $config['additional_javascript'][] = 'js/jquery.min.js';
* $config['additional_javascript'][] = 'js/expand.js';
* $config['additional_javascript'][] = 'js/live-index.js';
*
*
*/
if (active_page == 'index' && (""+document.location).match(/\/(index\.html)?(\?|$|#)/))