creation of plugin that handle paste multi row mail addresses into a single email field

This commit is contained in:
Nicolas Bland 2017-02-19 19:42:12 +01:00
parent 263d97ee31
commit bc6a0be048
5 changed files with 54 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<?php
class ContactGroupExcelPastePlugin extends \RainLoop\Plugins\AbstractPlugin
{
public function Init()
{
$this->addJs('js/excel_contact_group.js');
}
}