jumbo merge

This commit is contained in:
Vladimir Mandic
2023-06-13 11:58:14 -04:00
parent 0d101b9def
commit cb307399dd
72 changed files with 535 additions and 408 deletions
+2 -2
View File
@@ -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 () => {
+4
View File
@@ -405,6 +405,10 @@ div#extras_scale_to_tab div.form{
padding: 2em;
}
.ui-defaults-none{
color: #aaa !important;
}
/* fullpage image viewer */
#lightboxModal{