m (解决逻辑与问题。) |
m (解决逻辑与问题。) |
||
Line 440: | Line 440: | ||
function lazyLoad() { | function lazyLoad() { | ||
− | if (document.getElementById("chat") == null | + | if (document.getElementById("chat") == null) |
− | + | if (isShow(document.getElementById("chatBubbles"))) { | |
− | + | let chat = document.createElement("div"); | |
− | + | chat.setAttribute("id", "chat"); | |
− | + | document.getElementById("chatBubbles").appendChild(chat); | |
− | + | chatWindow = new Bubbles(document.getElementById("chat"), "chatWindow"); | |
− | + | chatWindow.talk(conversation); | |
+ | } | ||
} | } | ||
Revision as of 06:43, 2 October 2018
Circles
a
b
c
d
e
f