forked from leftypol/leftypol
Fixes You look like a bot (reCaptcha window doesn't appear) #159, straight implementation of upstream https://github.com/vichan-devel/vichan/pull/241, but I bumped the jquery version.
This commit is contained in:
parent
a5650df053
commit
7dba466f73
6 changed files with 16 additions and 318 deletions
|
@ -284,8 +284,7 @@
|
|||
'lock',
|
||||
'raw',
|
||||
'embed',
|
||||
'recaptcha_challenge_field',
|
||||
'recaptcha_response_field',
|
||||
'g-recaptcha-response',
|
||||
'spoiler',
|
||||
'page',
|
||||
'file_url',
|
||||
|
@ -1014,6 +1013,7 @@
|
|||
*/
|
||||
|
||||
// Additional Javascript files to include on board index and thread pages. See js/ for available scripts.
|
||||
$config['additional_javascript'][] = 'js/jquery.min.js';
|
||||
$config['additional_javascript'][] = 'js/inline-expanding.js';
|
||||
// $config['additional_javascript'][] = 'js/local-time.js';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue