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
b5486f0a
Commit
b5486f0a
authored
Aug 14, 2017
by
bbaer
Browse files
#4144: Entwurf, Warnungsfenster mit Reload button webb record gelockt.
parent
74c03803
Changes
1
Hide whitespace changes
Inline
Side-by-side
javascript/src/QfqForm.js
View file @
b5486f0a
...
...
@@ -249,7 +249,17 @@ var QfqNS = QfqNS || {};
message
=
new
n
.
Alert
({
message
:
obj
.
data
.
message
,
type
:
messageType
,
timeout
:
n
.
Alert
.
constants
.
NO_TIMEOUT
timeout
:
n
.
Alert
.
constants
.
NO_TIMEOUT
,
modal
:
true
,
buttons
:
[
{
label
:
"
Reload
"
,
eventName
:
'
reload
'
}
]
});
message
.
on
(
'
alert.reload
'
,
function
()
{
window
.
location
.
reload
(
true
);
});
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