File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
core/client/templates/components Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- <div id =" modal-container" {{ action bubbles = false preventDefault = false }} >
2
- <article {{ bind-attr class =" klass :js-modal" }} >
3
- <section class =" modal-content" >
1
+ <div id =" modal-container" {{ action " closeModal " }} >
2
+ <article {{ bind-attr class =" klass :js-modal" }} >
3
+ <section class =" modal-content" {{ action bubbles = false preventDefault = false }} >
4
4
{{ #if title }} <header class =" modal-header" ><h1 >{{ title }} </h1 ></header >{{ /if }}
5
5
{{ #if showClose }} <a class =" close" href =" " title =" Close" {{ action " closeModal" }} ><span class =" hidden" >Close</span ></a >{{ /if }}
6
6
<section class =" modal-body" >
19
19
</section >
20
20
</article >
21
21
</div >
22
- <div class =" modal-background fade" {{ action " closeModal " }} ></div >
22
+ <div class =" modal-background fade" ></div >
You can’t perform that action at this time.
0 commit comments