テーマ template.php function mythemename_preprocess_html(&$variables) に 2 つのカスタム jquery スクリプトを追加しました。
drupal_add_js(path_to_theme() . '/js/to-top.js');
drupal_add_js(path_to_theme() . '/js/flashbutton.js');
しかし、最後に追加されたものだけが機能します。場所を変えると別の作品になります。
最初のコードを2番目に挿入し、1つのファイルに保存すると機能します。
mytheme.info ファイルにスクリプトを追加する scripts[] = js/to-top.js が機能しません。
答えてくれてありがとう