forked from leftypol/leftypol
CSS for player.php, make JS more modular
This commit is contained in:
parent
81dbba64e2
commit
2a770f27d1
7 changed files with 47 additions and 29 deletions
|
@ -20,6 +20,7 @@ Replace the files templates/post_thread.html and templates/post_reply.html with
|
|||
Add these lines to inc/instance-config.php:
|
||||
|
||||
$config['allowed_ext_files'][] = 'webm';
|
||||
$config['additional_javascript'][] = 'cc/defaults.js';
|
||||
$config['additional_javascript'][] = 'cc/settings.js';
|
||||
$config['additional_javascript'][] = 'cc/expandvideo.js';
|
||||
require_once 'cc/posthandler.php';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue