refactor: call toString on numeric timestamp

This commit is contained in:
Oliver Booth 2023-09-20 14:49:54 +01:00
parent 9885bfaed9
commit 39b455caf0
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@
s.async = true;
s.type = "text/javascript";
s.src = "https://oliverbooth-dev.disqus.com/embed.js";
s.setAttribute("data-timestamp", + new Date());
s.setAttribute("data-timestamp", (+ new Date()).toString());
(d.head || d.body).appendChild(s);
})();
</script>