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
74c03803
Commit
74c03803
authored
Aug 14, 2017
by
bbaer
Browse files
#4120: Removed Timeout from Dirty Alert Message
parent
fd682483
Changes
1
Hide whitespace changes
Inline
Side-by-side
javascript/src/QfqForm.js
View file @
74c03803
...
...
@@ -249,7 +249,7 @@ var QfqNS = QfqNS || {};
message
=
new
n
.
Alert
({
message
:
obj
.
data
.
message
,
type
:
messageType
,
timeout
:
20000
timeout
:
n
.
Alert
.
constants
.
NO_TIMEOUT
});
message
.
show
();
};
...
...
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