fix gallery

This commit is contained in:
Vladimir Mandic
2024-04-05 16:17:23 -04:00
parent 2246510310
commit 6987a32c03
+5
View File
@@ -74,3 +74,8 @@ async function put(record) {
request.onerror = (evt) => reject(evt);
});
}
window.idbAdd = add;
window.idbDel = del;
window.idbGet = get;
window.idbPut = put;