- πΊπΈUnited States Mohammed J. Razem Santa Clara, CA
Closing this as outdated as this version will no longer be supported/maintained.
On node validate JS isn't added.
I suggest adding:
function node_edit_protection_node_validate($node, $form, &$form_state) {
if(isset($form['#node_edit_form'])) {
drupal_add_js(drupal_get_path('module', 'node_edit_protection') . '/node-edit-protection.js');
}
}
This should fix it.
Or adding a $form['#after_build'] function, like suggested here:
https://www.drupal.org/forum/support/post-installation/2011-08-18/add-js... β
Closed: outdated
1.1
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Closing this as outdated as this version will no longer be supported/maintained.