mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-07 01:13:53 +02:00
[ticket/14492] Add missing event variable
PHPBB3-14492
This commit is contained in:
parent
e02aca8399
commit
afe16a6272
@ -10,7 +10,7 @@ phpbb.prepareSendStats = function () {
|
||||
var $dark = $('#darkenwrapper');
|
||||
var $loadingIndicator;
|
||||
|
||||
$form.on('submit', function () {
|
||||
$form.on('submit', function (event) {
|
||||
var $this = $(this),
|
||||
currentTime = Math.floor(new Date().getTime() / 1000),
|
||||
statsTime = parseInt($this.find('input[name=help_send_statistics_time]').val(), 10);
|
||||
|
Loading…
x
Reference in New Issue
Block a user