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:
Benjamin Southall 2019-08-10 20:39:17 +10:00
parent a5650df053
commit 7dba466f73
6 changed files with 16 additions and 318 deletions

View file

@ -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';