mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
[bug] Fix bug 71491
This commit is contained in:
@ -330,7 +330,7 @@
|
||||
var licdateStart = new Date(licenseInfo.startDate);
|
||||
elem = document.getElementById('lic-start');
|
||||
elem.innerText = licdateStart.toLocaleDateString();
|
||||
if (16 === licType || licdateStart > new Date()) {
|
||||
if (16 === licType || licdateStart > new Date(serverInfo.date)) {
|
||||
elem.classList.add('critical');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user