回答編集履歴

1

整形

2018/03/22 05:40

投稿

退会済みユーザー
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
 
22
22
 
23
- $('.link').append('<a href="https://example.com/' + param+ '/" target="_blank"><img src="images/link_off.png" alt=""></a>');
23
+ $('.link').append('<a href="https://example.com/' + param + '/" target="_blank"><img src="images/link_off.png" alt=""></a>');
24
24
 
25
25
  });
26
26