summaryrefslogtreecommitdiff
path: root/assets/disqus 2.js
blob: 685f2df523e9dfc481a6436562768d2065443aa8 (plain)
1
2
3
4
5
(function() {
    var t = document,
        e = t.createElement("script");
    e.src = "https://REPLACE-WITH-SHORTNAME.disqus.com/embed.js", e.setAttribute("data-timestamp", +new Date), (t.head || t.body).appendChild(e)
})();