mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/14492] Add missing event variable
PHPBB3-14492
This commit is contained in:
parent
e02aca8399
commit
afe16a6272
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue