Merge pull request #38 from ivanfilippov/new_ui

Results of first round of testing
This commit is contained in:
Ivan Filippov
2016-04-29 10:31:29 -06:00
4 changed files with 71 additions and 6 deletions

View File

@ -217,6 +217,7 @@
var table = $("#tbl_records").DataTable();
saveRow(table, nEditing);
nEditing = null;
nNew = false;
});
</script>