質問編集履歴

1

タイポがあったので修正

2020/07/11 19:32

投稿

sassan738
sassan738

スコア32

test CHANGED
File without changes
test CHANGED
@@ -110,7 +110,7 @@
110
110
 
111
111
  document.querySelectorAll("div.description_wrapper").forEach((wrapper, index) => {
112
112
 
113
- if (wrapper.crientHeight > 120) {
113
+ if (wrapper.clientHeight > 120) {
114
114
 
115
115
  var modal_link = document.createElement("a");
116
116