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() {
|
||||
"use strict";
|
||||
document.getElementById("welcomeMsg").innerText = `Ahoj, ${UserInfo.FirstName}.`;
|
||||
document.getElementById("welcomeMsg").innerText = `Hi, ${UserInfo.FirstName}.`;
|
||||
}
|
||||
|
||||
async function doAction(url, requestData, successMessage, failureMessage, silent) {
|
||||
|
@ -465,7 +465,6 @@ img.teamPersonImage {
|
||||
display: flex !important;
|
||||
max-height: 200px !important;
|
||||
width: inherit;
|
||||
box-sizing: content-box;
|
||||
transition-delay: .1s;
|
||||
position: unset !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user