Newer
Older
dmpopidor / app / javascript / views / org_admin / sections / index.js
@Bodacious Bodacious on 19 Oct 2018 151 bytes Update asset structure with webpacker gem
$(() => {
  $('.section_new_link').on('click', (e) => {
    $(e.target).hide();
    $(e.target).closest('.row').find('.section_new').show();
  });
});