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
21fa8b92
Commit
21fa8b92
authored
Aug 24, 2017
by
bbaer
Browse files
Merge remote-tracking branch 'origin/feature_4281' into feature_4281
parents
02d7e324
d60e37a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
javascript/src/QfqForm.js
View file @
21fa8b92
...
...
@@ -570,6 +570,12 @@ var QfqNS = QfqNS || {};
alert
.
show
();
return
;
}
var
info
=
new
n
.
Alert
({
message
:
"
Saving changes
"
,
type
:
"
info
"
});
info
.
show
();
this
.
resetHandler
();
// First, remove all validation states, in case a previous submit has set a validation state, thus we're not
// stockpiling them.
...
...
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