Allow console message for debug (temporary)

This commit will be removed.

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2024-02-04 14:53:25 -03:00
parent 6dde3fa88e
commit d988fdcb99

View File

@@ -284,7 +284,7 @@ function saveRecord() {
// Save the new values
// --- insert $.ajax() call to actually save the data
console.log(values.join(","));
console.log(values.join(",")); // eslint-disable-line no-console
// Finish the edition disabling the fields
$(this).closest("tr").find("td input").prop("disabled", true);