Merge branch 'master' into ui-work
This commit is contained in:
commit
0bc65ecbda
@ -64,7 +64,6 @@ a {
|
||||
a:focus-visible {
|
||||
box-shadow: 0 0 0 0.1rem rgba(var(--text-color), 1) inset;
|
||||
}
|
||||
|
||||
a.button {
|
||||
padding: 0.4rem 0.6rem;
|
||||
border-radius: 0.3rem;
|
||||
|
||||
@ -1040,6 +1040,7 @@
|
||||
floGlobals.savedUserData = {
|
||||
upiIds: {}
|
||||
}
|
||||
|
||||
console.log(`Welcome ${myFloID}`);
|
||||
getRef('logged_in_user_id').value = myFloID;
|
||||
floGlobals.isSubAdmin = floGlobals.subAdmins.includes(myFloID)
|
||||
|
||||
7
qrcode-scanner.min.js
vendored
7
qrcode-scanner.min.js
vendored
File diff suppressed because one or more lines are too long
1
qrcode.min.js
vendored
1
qrcode.min.js
vendored
File diff suppressed because one or more lines are too long
@ -647,7 +647,6 @@ class LazyLoader {
|
||||
this.intersectionObserver.observe(this.lazyContainer.firstElementChild)
|
||||
else
|
||||
this.intersectionObserver.observe(this.lazyContainer.lastElementChild)
|
||||
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user