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
42ee94bd
Commit
42ee94bd
authored
Dec 18, 2019
by
bbaer
Browse files
removed uneeded releaselock on goBack
parent
9bd7c285
Pipeline
#3042
passed with stages
in 3 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
javascript/src/QfqForm.js
View file @
42ee94bd
...
...
@@ -1364,9 +1364,6 @@ var QfqNS = QfqNS || {};
*/
n
.
QfqForm
.
prototype
.
goBack
=
function
()
{
var
alert
;
if
(
this
.
lockAcquired
)
{
this
.
releaseLock
();
}
if
(
window
.
history
.
length
<
2
)
{
alert
=
new
n
.
Alert
(
...
...
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