Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
9e078315
Commit
9e078315
authored
Dec 10, 2019
by
bbaer
Browse files
fixes #9734
parent
3ea6f799
Pipeline
#2906
passed with stages
in 3 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
javascript/src/QfqForm.js
View file @
9e078315
...
...
@@ -152,7 +152,8 @@ var QfqNS = QfqNS || {};
this
.
form
.
on
(
'
form.validation.failed
'
,
this
.
validationError
);
this
.
form
.
on
(
'
form.validation.success
'
,
this
.
validationSuccess
);
window
.
onbeforeunload
=
function
(
e
)
{
// Solves problem of leaving the page without releasing locks.
window
.
onbeforeunload
=
function
(
e
)
{
that
.
releaseLock
();
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment