mirror of
https://github.com/vladmandic/automatic
synced 2026-09-12 07:58:43 +02:00
jumbo merge
This commit is contained in:
@@ -44,6 +44,7 @@ async function setHints() {
|
||||
if (!locale.el) tooltipCreate();
|
||||
let localized = 0;
|
||||
let hints = 0;
|
||||
locale.finished = true;
|
||||
for (el of elements) {
|
||||
const found = locale.data.find(l => l.label === el.textContent);
|
||||
if (found?.localized?.length > 0) {
|
||||
@@ -63,8 +64,7 @@ async function setHints() {
|
||||
}
|
||||
}
|
||||
}
|
||||
console.log('set-hints', { type: locale.type, elements: elements.length, localized, hints, data: locale.data });
|
||||
locale.finished = true;
|
||||
console.log('set-hints', { type: locale.type, elements: elements.length, localized, hints, data: locale.data.length });
|
||||
}
|
||||
|
||||
onAfterUiUpdate(async () => {
|
||||
|
||||
@@ -405,6 +405,10 @@ div#extras_scale_to_tab div.form{
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
.ui-defaults-none{
|
||||
color: #aaa !important;
|
||||
}
|
||||
|
||||
/* fullpage image viewer */
|
||||
|
||||
#lightboxModal{
|
||||
|
||||
Reference in New Issue
Block a user