Update app_logic.js

This commit is contained in:
Naiel
2025-12-13 12:48:35 +01:00
committed by GitHub
parent 5fe308eac6
commit 4d1952d998

View File

@@ -1,3 +1,7 @@
function fixfloat(number) {
return (parseFloat(number).toPrecision(8));
}
function tableScroll(query) { function tableScroll(query) {
$(query).doubleScroll(); $(query).doubleScroll();
} }
@@ -169,4 +173,4 @@ setInterval(() => {
}, 5000); }, 5000);
gun.get(TABLE).on((data) => { gun.get(TABLE).on((data) => {
var e = true; var e = true;
}); });