Change the line 123 inside token_insert_module file
into this:
':input[name="token_insert_' . $rid . '_all_tokens_' . $category . '"]' => array('checked' => FALSE),
now you can use newer jquery versions.
I had the module installed and working. I set the jQuery Update version to 1.9 (or 1.10) and the links in Token Insert configuration page (SHOW GLOBALLY AVAILABLE TOKENS...) become black and non clickable. When I set the version down to 1.8 or lower, they returned.
If there is a reason for this, the module better check the version and issue a warning.
Active
2.4
Code
Change the line 123 inside token_insert_module file
into this:
':input[name="token_insert_' . $rid . '_all_tokens_' . $category . '"]' => array('checked' => FALSE),
now you can use newer jquery versions.