You are here

function olark_context_reaction_add::options_form_submit in Olark Chat 6

Same name and namespace in other branches
  1. 7 plugins/olark_context_reaction_add.inc \olark_context_reaction_add::options_form_submit()

File

plugins/olark_context_reaction_add.inc, line 21
Adds a Context module reaction for the Olark module.

Class

olark_context_reaction_add
Add Olark code to the page.

Code

function options_form_submit($values) {
  return array(
    'add' => 1,
  );
}