Newer
Older
dmpopidor / lib / assets / javascripts / views / org_admin / templates / index.js
@briley briley on 23 May 2018 247 bytes Template Versioning
$(() => {
  // Update the contents of the table when user clicks on a scope link
  $('.template-scope').on('ajax:success', 'a[data-remote="true"]', (e, data) => {
    $(e.target).closest('.template-scope').find('.paginable').html(data);
  });
});