質問するログイン新規登録

質問編集履歴

1

情報追記

2021/01/25 00:16

投稿

hurousyotoku500
hurousyotoku500

スコア27

title CHANGED
File without changes
body CHANGED
@@ -38,6 +38,7 @@
38
38
  変更が反映されていないようです。
39
39
  ![イメージ説明](afa21803245c9d5f84738aed845b6067.png)
40
40
  ```
41
+ // ブラウザ上で見えるソース(エラーを出している箇所)
41
42
  // This file is automatically compiled by Webpack, along with any other files
42
43
  // present in this directory. You're encouraged to place your actual application logic in
43
44
  // a relevant structure within app/javascript and only use these pack files to reference
@@ -59,7 +60,7 @@
59
60
  //= require jquery_ujs
60
61
  console.log("hoge");
61
62
 
62
- // ブラウザ上で見えるソース(エラーを出している箇所)
63
+
63
64
  $('#eagle').click(function() {
64
65
  console.log('クリックされました!');
65
66
  })