From: Anthony Talarico Date: Thu, 28 Jul 2016 19:08:14 +0000 (-0400) Subject: removing left value for the datepicker in mobile off canvas booking widget X-Git-Tag: v1.0.0^2~236 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=eb3aed5a4ba24381822bb8ba430385e922a9b22d;p=WP-Themes%2Fpetoskeyarea.git removing left value for the datepicker in mobile off canvas booking widget --- diff --git a/js/app.js b/js/app.js index 43b3165..1e5ded1 100644 --- a/js/app.js +++ b/js/app.js @@ -80,7 +80,7 @@ $(document).ready(function () { setTimeout(function () { inst.dpDiv.css({ top: 100, - left: 15 + left: 0 }); }, 0); } @@ -91,7 +91,7 @@ $(document).ready(function () { setTimeout(function () { inst.dpDiv.css({ top: 100, - left: 15 + left: 0 }); }, 0); } diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 6193d90..de7b3f2 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -71,7 +71,7 @@ $(document).ready(function () { setTimeout(function () { inst.dpDiv.css({ top: 100, - left: 15 + left: 0 }); }, 0); } @@ -82,7 +82,7 @@ $(document).ready(function () { setTimeout(function () { inst.dpDiv.css({ top: 100, - left: 15 + left: 0 }); }, 0); }