Skip to content

Commit dc668d8

Browse files
committed
Fix commenting out 'window.location.reload();'
1 parent 6fda9ba commit dc668d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/sprinkles/admin/assets/userfrosting/js/widgets

app/sprinkles/admin/assets/userfrosting/js/widgets/users.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function attachUserForm() {
2020
validators: page.validators
2121
}).on("submitSuccess.ufForm", function() {
2222
// Reload page on success
23-
//window.location.reload();
23+
window.location.reload();
2424
});
2525

2626
toggleSetPasswordMode(modal, 'link');

0 commit comments

Comments
 (0)