mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/15564] Remove console.log() call
PHPBB3-15564
This commit is contained in:
parent
c0e9ef21fe
commit
27153d7e46
1 changed files with 0 additions and 1 deletions
|
@ -1655,7 +1655,6 @@ let submitButton = null;
|
||||||
let programaticallySubmitted = false;
|
let programaticallySubmitted = false;
|
||||||
|
|
||||||
phpbb.recaptchaOnLoad = function () {
|
phpbb.recaptchaOnLoad = function () {
|
||||||
console.log('ahoj');
|
|
||||||
// Listen to submit buttons in order to know which one was pressed
|
// Listen to submit buttons in order to know which one was pressed
|
||||||
$('input[type="submit"]').each(() => {
|
$('input[type="submit"]').each(() => {
|
||||||
$(this).on('click', () => {
|
$(this).on('click', () => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue