From 45da1a07d29c731f1f54fe68282457dd88660925 Mon Sep 17 00:00:00 2001 From: h4ckypurpl3 Date: Tue, 26 Mar 2019 13:02:46 -0500 Subject: [PATCH 1/2] ultimos cambios --- index.php | 1 + librerias/landingjs/scripts_landing.js | 12 +++++------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/index.php b/index.php index d2baf4c..208badd 100644 --- a/index.php +++ b/index.php @@ -1599,6 +1599,7 @@ echo $css_adicional;
+
diff --git a/librerias/landingjs/scripts_landing.js b/librerias/landingjs/scripts_landing.js index 7939438..98e2786 100644 --- a/librerias/landingjs/scripts_landing.js +++ b/librerias/landingjs/scripts_landing.js @@ -10,10 +10,8 @@ $(window).scroll(function(){ $(".top").css("opacity", 1 - $(window).scrollTop() / 100); }); - $(document).ready(function(){ - $('#user_dropdow').on("click", function(e){ - $(this).next('ul').toggle(); - e.stopPropagation(); - e.preventDefault(); - }); - }); +$('.dropdown-menu').click(function(e) { + +e.stopPropagation(); //This will prevent the event from bubbling up and close the dropdown when you type/click on text boxes. + +}); From eee10930d367211e13a36c99b74c85d248e12725 Mon Sep 17 00:00:00 2001 From: h4ckypurpl3 Date: Tue, 26 Mar 2019 15:01:02 -0500 Subject: [PATCH 2/2] actualizando con el master --- milfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milfs b/milfs index ab730fa..5c07e79 160000 --- a/milfs +++ b/milfs @@ -1 +1 @@ -Subproject commit ab730fa739789f141914a7503facb8e80f43b981 +Subproject commit 5c07e7931e1c4949a71233a6814e9ed7b45108fe