when I click on « edit » on my frontend, I get this window « Select a media ».
Nothing happens when I click on « save ». Where is the code to manage the click on this « save » button?
Here is the code for this window :
<templates id="template" xml:space="preserve">
<t t-name="website.editorbar">
...................
<div class="modal-footer">
<button type="button" class="btn btn-primary save">Saveasedrfsd</button>
<button type="button" class="btn hidden wait" disabled="disabled"/>
.............
Thanks