Fix scope error
This commit is contained in:
parent
c4ef6d89c9
commit
1cbd348569
2 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
|||
<%= render_flash(timeout: 5000, sticky: true) %>
|
||||
<%= remove_element("#piece_justificative_#{@champ.id}") %>
|
||||
|
||||
let fileInputSelector = '<%= "#champs_#{@champ.id}" %>';
|
||||
document.querySelector(fileInputSelector).classList.remove('hidden');
|
||||
<%= show_element("#champs_#{@champ.id}") %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue