Joe Ekiert
Joe Ekiert
I'm trying to duplicate something like this, let note = new Notification(options.title, { body: options.body, icon: options.icon }); note.onclick = () => { window.focus(); }; with the `createNotification` method: let...
I had to change the __construct() in mailchimp_library.php to be: ``` $this->ci =& get_instance(); $this->ci->load->config('mailchimp', TRUE); $this->api_key = $this->ci->config->item('api_key', 'mailchimp'); $this->api_endpoint = $this->ci->config->item('api_endpoint', 'mailchimp'); ```