forked from Adleraci/adlerka.top
Update
This commit is contained in:
parent
8e531d24fc
commit
fc245cc4c2
@ -51,7 +51,7 @@ async function handleResponse(data, successMessage, failureMessage) {
|
|||||||
|
|
||||||
async function showDashboardGreeting() {
|
async function showDashboardGreeting() {
|
||||||
"use strict";
|
"use strict";
|
||||||
document.getElementById("welcomeMsg").innerText = `Ahoj, ${UserInfo.FirstName}.`;
|
document.getElementById("welcomeMsg").innerText = `Hi, ${UserInfo.FirstName}.`;
|
||||||
}
|
}
|
||||||
|
|
||||||
async function doAction(url, requestData, successMessage, failureMessage, silent) {
|
async function doAction(url, requestData, successMessage, failureMessage, silent) {
|
||||||
|
@ -465,7 +465,6 @@ img.teamPersonImage {
|
|||||||
display: flex !important;
|
display: flex !important;
|
||||||
max-height: 200px !important;
|
max-height: 200px !important;
|
||||||
width: inherit;
|
width: inherit;
|
||||||
box-sizing: content-box;
|
|
||||||
transition-delay: .1s;
|
transition-delay: .1s;
|
||||||
position: unset !important;
|
position: unset !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user