testing medium/tablet view dropdown function
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 10 Dec 2015 18:20:25 +0000 (13:20 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 10 Dec 2015 18:20:25 +0000 (13:20 -0500)
js/app.js
js/custom/pageSetup.js

index dc0f59a..66903c1 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -204,4 +204,11 @@ $(document).ready(function () {
     $("a:contains('Explore')").attr("href", "#");
     $("a:contains('Play')").attr("href", "#");
     $(".parent-link a:contains('Our Properties')").text("Stafford's Home");
+    $("#menu-item-1823").on("click",function () {
+        if ($(".title.back.js-generated").css("display") === "none") {
+            $(".title.back.js-generated").css("display", "inherit");
+        } else {
+           
+        }
+    });
 });
index cfead0f..1783844 100644 (file)
@@ -195,4 +195,11 @@ $(document).ready(function () {
     $("a:contains('Explore')").attr("href", "#");
     $("a:contains('Play')").attr("href", "#");
     $(".parent-link a:contains('Our Properties')").text("Stafford's Home");
+    $("#menu-item-1823").on("click",function () {
+        if ($(".title.back.js-generated").css("display") === "none") {
+            $(".title.back.js-generated").css("display", "inherit");
+        } else {
+           
+        }
+    });
 });