1
0
Fork 0
master
Ambrose Chua 2014-08-25 09:03:25 +08:00
parent ebacc0eab6
commit b50e3e88e2
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ footer: hidden
</main>
<script>
var url = "http://2punny.uni.me" + window.location.pathname;
var text = encodeURI("{{ content | strip_html }} | " + "Funny? Get more puns on 2punny! |");
var text = encodeURI(document.querySelector(".puncontent").innerText.replace("\n", "") + " | " + "Funny? Get more puns on 2punny");
document.querySelector(".twitter").addEventListener("click", function (e) {
e.preventDefault();