From 07eeeb4cc254bc53b994561d05e196bc0e63c78e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 6 May 2015 14:35:07 +0200 Subject: [PATCH] Different easter egg video --- static/js/nochan.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/js/nochan.js b/static/js/nochan.js index d31cf8a8..e6fb8bc0 100755 --- a/static/js/nochan.js +++ b/static/js/nochan.js @@ -87,13 +87,13 @@ $(document).ready(function (){ }) - + var pad = 0; document.getElementById("zicon").addEventListener("click", function(){ pad+=10; document.getElementById("zicon").style.paddingLeft = pad+"%"; if(pad >= 100) - window.location.href = 'https://www.youtube.com/v/mK2fNG26xFg?autoplay=1&showinfo=0&autohide=1'; + window.location.href = 'https://www.youtube.com/v/0IGsNdVoEh0?autoplay=1&showinfo=0&autohide=1'; }); if(navigator.userAgent.toLowerCase().indexOf("android") > -1){ //console.log("android"); @@ -111,6 +111,6 @@ $(document).ready(function (){ } } } - + });