if (c_type === 'cause') {
                    Materialize.toast('A CAUSE Civi must be linked to a PROBLEM Civi. If it is only linked to a solution it will not appear', 5000);
                    this.$(e.currentTarget).removeClass('disabled').attr('disabled', false);
                    return;
                } else if (c_type === 'solution') {