Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
maarchRM
Commits
c954a9e2
Commit
c954a9e2
authored
Feb 25, 2020
by
Benjamin Rousselière
Browse files
fix : pressing enter in modal in 'registre' bug
parent
c07a3906
Pipeline
#7023
failed with stages
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/presentation/maarchRM/Resources/view/recordsManagement/archive/modalModification.html
View file @
c954a9e2
...
...
@@ -440,4 +440,12 @@
}
};
$
(
"
#modificationModal
"
).
on
(
"
shown.bs.modal
"
,
function
()
{
isModalOpen
=
true
;
});
$
(
"
#modificationModal
"
).
on
(
"
hidden.bs.modal
"
,
function
()
{
isModalOpen
=
false
;
});
</script>
\ No newline at end of file
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