submitTable function removed

This commit is contained in:
7u83 2020-02-21 14:16:22 +00:00
parent 718c90c4ca
commit ab7c0deaf0
1 changed files with 0 additions and 16 deletions

View File

@ -87,22 +87,6 @@ function addTableRow(){
}
function submitTable(){
alert("submit");
var obj;
var table = document.getElementById("tabbody");
for (var i = 0, row; row = table.rows[i]; i++) {
console.log(row.cells[1]);
// var n = row.cells[1].value;
// alert(n);
}
}
$K.add('module','kaform', {
init: function(app,context){