mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
fix checklist_firstuser()
This commit is contained in:
@@ -1740,6 +1740,7 @@ if (!file_exists('.lock')) {
|
||||
firstUserTabIDs.forEach(function(firstUserTabID) {
|
||||
if($(firstUserTabID).val() == '') {
|
||||
input_is_valid($(firstUserTabID), false);
|
||||
checklist_firstuser = false;
|
||||
} else {
|
||||
input_is_valid($(firstUserTabID), true);
|
||||
user_pwd_check();
|
||||
|
||||
Reference in New Issue
Block a user