From 2cf88739b9f4be754e130e53962a810be6325dfb Mon Sep 17 00:00:00 2001 From: Khanh Ngo Date: Tue, 19 Jul 2016 17:38:16 +0700 Subject: [PATCH] Fix delete button in records table. #91 --- app/static/custom/js/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/custom/js/custom.js b/app/static/custom/js/custom.js index a0b319d..73c6c3a 100644 --- a/app/static/custom/js/custom.js +++ b/app/static/custom/js/custom.js @@ -67,7 +67,7 @@ function saveRow(oTable, nRow) { var record = jqInputs[0].value; var button_edit = "" - var button_delete = "" + var button_delete = "" oTable.cell(nRow,5).data(button_edit); oTable.cell(nRow,6).data(button_delete);