Fix for Add JavaScript to specific node

  1. /**
  2.  * Add JavaScript
  3.  */
  4. if (arg(0) == 'node' && arg(1) == $nid && !arg(2)){
  5.         drupal_add_js(base_path() . path_to_theme() .'/js/jquery.scrollTo-1.3.3-min.js', 'theme', 'header', FALSE, $cache);
  6.             drupal_add_js(base_path() . path_to_theme() .'/js/jquery.localscroll-1.2.6-min.js', 'theme', 'header', FALSE, $cache);
  7.             drupal_add_js(base_path() . path_to_theme() .'/js/toc.js', 'theme', 'header', FALSE, $cache);
  8. }