Skip to content

Commit

Permalink
Allow console message for debug (temporary)
Browse files Browse the repository at this point in the history
This commit will be removed.

Signed-off-by: RD WebDesign <[email protected]>
  • Loading branch information
rdwebdesign committed Mar 19, 2024
1 parent 6dde3fa commit d988fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pi-hole/js/settings-dns.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d988fdc

Please sign in to comment.