mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-15 05:14:28 +02:00
[ticket/15564] Remove console.log() call
PHPBB3-15564
This commit is contained in:
parent
c0e9ef21fe
commit
27153d7e46
@ -1655,7 +1655,6 @@ let submitButton = null;
|
||||
let programaticallySubmitted = false;
|
||||
|
||||
phpbb.recaptchaOnLoad = function () {
|
||||
console.log('ahoj');
|
||||
// Listen to submit buttons in order to know which one was pressed
|
||||
$('input[type="submit"]').each(() => {
|
||||
$(this).on('click', () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user