mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/15564] Remove console.log() call
PHPBB3-15564
This commit is contained in:
committed by
Marc Alexander
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', () => {
|
||||
|
Reference in New Issue
Block a user