Skip to content
GitLab
Menu
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
e4bed66d
Commit
e4bed66d
authored
Mar 15, 2018
by
bbaer
Browse files
Changed save timeout from 1500 to 3000
parent
aee367e1
Changes
1
Show whitespace changes
Inline
Side-by-side
javascript/src/QfqForm.js
View file @
e4bed66d
...
...
@@ -951,7 +951,7 @@ var QfqNS = QfqNS || {};
case
'
save
'
:
if
(
data
.
message
)
{
var
alert
=
new
n
.
Alert
(
data
.
message
);
alert
.
timeout
=
15
00
;
alert
.
timeout
=
30
00
;
alert
.
show
();
}
...
...
Write
Preview
Supports
Markdown
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