.
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
console.log("Existing users", data)
|
||||
})
|
||||
|
||||
$("#users-list").append(`${users.length} users to create.`)
|
||||
$("#users-list").append(`${users.length} users to create/update.`)
|
||||
|
||||
// Make sure the new hyperscript works
|
||||
_hyperscript.processNode($("#users-list")[0]);
|
||||
@@ -168,7 +168,7 @@
|
||||
end
|
||||
|
||||
else
|
||||
put "no errors" into #alert
|
||||
put "No errors" into #alert
|
||||
end
|
||||
then show #alert
|
||||
|
||||
|
||||
Reference in New Issue
Block a user