From 368c5f9b9be4fe66ba15462a249cd7c2ef3e383d Mon Sep 17 00:00:00 2001 From: Federico Abad Date: Sat, 8 Mar 2014 19:15:26 -0300 Subject: [PATCH] A mi me quiere. --- index.html | 1 - js/site-ck.js | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 js/site-ck.js diff --git a/index.html b/index.html index 695c2e2..dea051a 100644 --- a/index.html +++ b/index.html @@ -168,7 +168,6 @@ Popcorn Time UI -

A whole new way to watch movies

diff --git a/js/site-ck.js b/js/site-ck.js new file mode 100644 index 0000000..80d2c20 --- /dev/null +++ b/js/site-ck.js @@ -0,0 +1,2 @@ +// Disable WOW on small screens. +if($(window).width()>768){wow=new WOW({animateClass:"animated",offset:100});wow.init()}var userAgent=navigator.platform;userAgent.substring(0,3)=="Mac"?document.getElementsByTagName("body")[0].className+=" mac":userAgent.substring(0,3)=="Win"?document.getElementsByTagName("body")[0].className+=" win":userAgent.substring(0,3)=="Lin"?document.getElementsByTagName("body")[0].className+=" lin":document.getElementsByTagName("body")[0].className+=" nope";var heroHeight=document.getElementById("header").offsetHeight; \ No newline at end of file