Update app_logic.js
This commit is contained in:
@@ -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;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user