質問編集履歴
1
タイポがあったので修正
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.c
|
113
|
+
if (wrapper.clientHeight > 120) {
|
114
114
|
|
115
115
|
var modal_link = document.createElement("a");
|
116
116
|
|