mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-04 20:19:09 -04:00
Apply button style and hover effect to password reset button.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user