回答編集履歴

1

コードを修正

2017/08/11 12:12

投稿

IShix
IShix

スコア1724

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ```javascript
8
8
 
9
- $(".follow_form").click(function (event) {
9
+ $(".follow_form").click(function () {
10
10
 
11
11
  $(this).html("<%= escape_javascript(render('/users/shared/follow')) %>");
12
12