diff --git a/index.html b/index.html index 19130de..9b23299 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@
- +
diff --git a/index.js b/index.js index e0a83ca..628044b 100644 --- a/index.js +++ b/index.js @@ -72,7 +72,7 @@ async function addMsg(msg) { } wrap.appendChild(item); - item.title = 'Double click to copy'; + item.title = 'Click to copy'; } messages.appendChild(wrap); window.scrollTo(0, messages.offsetHeight);