Updating for forgot password form
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 26 Dec 2018 16:18:32 +0000 (11:18 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 26 Dec 2018 16:18:32 +0000 (11:18 -0500)
needed js

js/app.js
js/custom/pageSetup.js

index 51a13b2..615faf0 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -29,4 +29,8 @@ $(document).ready(function () {
     $('#activate-weather')
       .mouseover(function() {$('#weather-widget').slideDown();})
       .mouseout(function() {$('#weather-widget').slideUp();});
+
+    $('#glm-member-password-lost-link').click(function() {
+        $('#glm-member-password-lost-form').show();
+    });
 });
index 4bdfaf2..db7cf6d 100644 (file)
@@ -20,4 +20,8 @@ $(document).ready(function () {
     $('#activate-weather')
       .mouseover(function() {$('#weather-widget').slideDown();})
       .mouseout(function() {$('#weather-widget').slideUp();});
+
+    $('#glm-member-password-lost-link').click(function() {
+        $('#glm-member-password-lost-form').show();
+    });
 });