bug fix
This commit is contained in:
@@ -11,7 +11,7 @@ function clearTable() {
|
|||||||
|
|
||||||
function getAllData(){
|
function getAllData(){
|
||||||
console.log('12321321')
|
console.log('12321321')
|
||||||
///clearTable();
|
clearTable();
|
||||||
|
|
||||||
let tableBody = document.getElementById('alldatatable').getElementsByTagName("tbody")[0];
|
let tableBody = document.getElementById('alldatatable').getElementsByTagName("tbody")[0];
|
||||||
i = 0;
|
i = 0;
|
||||||
@@ -74,7 +74,7 @@ function getAllData(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (schettxt.length>0){
|
if (schettxt.length>0){
|
||||||
balancenumber.value = kolvotxt;
|
balancenumber.value = schettxt;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (raspologtxt.length>0){
|
if (raspologtxt.length>0){
|
||||||
|
|||||||
Reference in New Issue
Block a user