See the changelog, butthole surfer!

This commit is contained in:
briandilley
2004-10-17 19:41:42 +00:00
parent 2157b47737
commit 1db48ad420
5 changed files with 26 additions and 6 deletions

View File

@ -14,7 +14,9 @@
function vote(kid,type) {
var img = new Image();
img.src = "?action="+escape(type)+unescape("%26")+"kid="+escape(kid);
img.src = "?action="+escape(type)
+unescape("%26")+"kid="+escape(kid)
+unescape("%26")+"rnd="+Math.random();
hideElementById("hate"+kid);
hideElementById("love"+kid);