Skip to content

Commit

Permalink
Update build/media_source/com_templates/js/admin-templates-default.es…
Browse files Browse the repository at this point in the history
…6.js

Co-authored-by: Dimitris Grammatikogiannis <dg@dgrammatiko.dev>
  • Loading branch information
C-Lodder and dgrammatiko committed Feb 9, 2024
1 parent 539de88 commit 22a7bc0
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@
element.value = event.currentTarget.getAttribute('data-id');
});

document.querySelectorAll('#folderModal input[name="isMedia"]').forEach((el) => {
el.value = ismedia;
});
document.querySelectorAll('#folderModal input[name="isMedia"]').forEach((el) => el.value = ismedia);
});
});

Expand Down

0 comments on commit 22a7bc0

Please sign in to comment.