changing selector for dev55 menu items
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 27 Jan 2016 20:13:33 +0000 (15:13 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 27 Jan 2016 20:13:33 +0000 (15:13 -0500)
js/app.js
js/custom/pageSetup.js

index 10067c9..d97e7f1 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -215,7 +215,7 @@ var extraDay, end, arrival, currentDate, currentDate2, requiredDate, requiredDat
     });
     var $placesToStay = $(".top-bar-section").find("ul#menu-main-menu").find("li").eq(4);
     $placesToStay.on("click", function () {
-       console.log("test");
+       alert("Test");
     });
     $placesToStay.find('.dropdown').css("min-width", "375px");
     $placesToStay.find('.dropdown').children("li").css("width", "100%");
index 575ba30..942f989 100644 (file)
@@ -206,7 +206,7 @@ var extraDay, end, arrival, currentDate, currentDate2, requiredDate, requiredDat
     });
     var $placesToStay = $(".top-bar-section").find("ul#menu-main-menu").find("li").eq(4);
     $placesToStay.on("click", function () {
-       console.log("test");
+       alert("Test");
     });
     $placesToStay.find('.dropdown').css("min-width", "375px");
     $placesToStay.find('.dropdown').children("li").css("width", "100%");