Added schedule locking and day jumping on scroll lock.
This commit is contained in:
parent
c83ca63f9a
commit
44dd613ea3
8 changed files with 221 additions and 125 deletions
|
|
@ -105,7 +105,7 @@ class canopyUXUtils{
|
|||
try{
|
||||
const errors = body.errors;
|
||||
errors.forEach((err)=>{
|
||||
new canopyUXUtils.popup(`<h3>Server Error:</h3><p><br>${err.msg}</p>`);
|
||||
new canopyUXUtils.popup(`<h3>${err.type} Error:</h3><p><br>${err.msg}</p>`);
|
||||
});
|
||||
}catch(err){
|
||||
console.error("Display Error Body:");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue