質問編集履歴
1
情報追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -38,6 +38,7 @@
|
|
38
38
|
変更が反映されていないようです。
|
39
39
|

|
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
|
})
|