summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/user/views/login_ajax.html.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/user/views/login_ajax.html.php b/modules/user/views/login_ajax.html.php
index 2416fe7a..a7530134 100644
--- a/modules/user/views/login_ajax.html.php
+++ b/modules/user/views/login_ajax.html.php
@@ -7,6 +7,8 @@
success: function(data) {
$("div#gLoginView").html(data);
$("#ui-dialog-title-gDialog").html(<?= t("Reset Password")->for_js() ?>);
+ $(".submit").addClass("g-button ui-state-default ui-corner-all");
+ $(".submit").gallery_hover_init();
ajaxify_login_reset_form();
}
});