Add JS file on a certain page on Drupal
- by Asaf
I've got a JS file that I want to add to AdminAdd ContentCertain Content type
After looking at template.php and checking out the function theme_preprocess_node
I tried to add the JS through drupal_add_js(...) but no go.
Now, I know that there's a similar question however my case is about adding
a JS file to a certain page and nothing else…