From 22933df0fde1d9352150399ff29d1546ca60c415 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 3 Nov 2017 14:05:01 -0400 Subject: [PATCH] removing controls, not working in ios video still doesn't play in ios, removing controls --- js/app.js | 10 +++++----- js/custom/pageSetup.js | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/js/app.js b/js/app.js index bf2981c..21aeef1 100644 --- a/js/app.js +++ b/js/app.js @@ -38,9 +38,9 @@ $(document).ready(function () { // if (headerVideo) { // headerVideo.play(); // } - console.log("asdf"); - if($(window).width() < 1024){ - console.log("asdf"); - $(headerVideo).attr("controls",true); - } + + // if($(window).width() < 1024){ + // console.log("asdf"); + // $(headerVideo).attr("controls",true); + // } }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 0c931c1..1501462 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -29,9 +29,9 @@ $(document).ready(function () { // if (headerVideo) { // headerVideo.play(); // } - console.log("asdf"); - if($(window).width() < 1024){ - console.log("asdf"); - $(headerVideo).attr("controls",true); - } + + // if($(window).width() < 1024){ + // console.log("asdf"); + // $(headerVideo).attr("controls",true); + // } }); -- 2.17.1