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
2d7156a7
Commit
2d7156a7
authored
Aug 18, 2017
by
bbaer
Browse files
Should only show reload button and be modal when the conflict is mandatory.
parent
3946a07d
Changes
1
Hide whitespace changes
Inline
Side-by-side
javascript/src/QfqForm.js
View file @
2d7156a7
...
...
@@ -261,7 +261,8 @@ var QfqNS = QfqNS || {};
buttons
:
messageButtons
});
message
.
on
(
'
alert.reload
'
,
function
()
{
window
.
location
.
reload
(
true
);
$
(
window
).
unload
();
$
(
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