Newer
Older
dmpopidor / lib / assets / javascripts / views / plans / share.js
@briley briley on 5 Sep 2017 168 bytes removed if ($) check
import ariatiseForm from '../../utils/ariatiseForm';

$().ready(() => {
  // Invite Collaborators form on the Share page
  ariatiseForm({ selector: '#new_role' });
});