Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
3ea6f799
Commit
3ea6f799
authored
Dec 10, 2019
by
bbaer
Browse files
added a releaselock() before window.unload
parent
e54da67e
Pipeline
#2905
passed with stages
in 3 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
javascript/src/QfqForm.js
View file @
3ea6f799
...
@@ -152,6 +152,10 @@ var QfqNS = QfqNS || {};
...
@@ -152,6 +152,10 @@ var QfqNS = QfqNS || {};
this
.
form
.
on
(
'
form.validation.failed
'
,
this
.
validationError
);
this
.
form
.
on
(
'
form.validation.failed
'
,
this
.
validationError
);
this
.
form
.
on
(
'
form.validation.success
'
,
this
.
validationSuccess
);
this
.
form
.
on
(
'
form.validation.success
'
,
this
.
validationSuccess
);
window
.
onbeforeunload
=
function
(
e
)
{
that
.
releaseLock
();
};
$
(
"
.radio-inline
"
).
append
(
$
(
"
<span>
"
,
{
class
:
"
checkmark
"
,
aria
:
"
hidden
"
}));
$
(
"
.radio-inline
"
).
append
(
$
(
"
<span>
"
,
{
class
:
"
checkmark
"
,
aria
:
"
hidden
"
}));
$
(
"
.checkbox-inline
"
).
append
(
$
(
"
<span>
"
,
{
class
:
"
checkmark
"
,
aria
:
"
hidden
"
}));
$
(
"
.checkbox-inline
"
).
append
(
$
(
"
<span>
"
,
{
class
:
"
checkmark
"
,
aria
:
"
hidden
"
}));
$
(
"
.radio
"
).
append
(
$
(
"
<span>
"
,
{
class
:
"
checkmark
"
,
aria
:
"
hidden
"
}));
$
(
"
.radio
"
).
append
(
$
(
"
<span>
"
,
{
class
:
"
checkmark
"
,
aria
:
"
hidden
"
}));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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