mirror of
https://github.com/pi-hole/web.git
synced 2026-02-15 07:25:39 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user