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 <github@rdwebdesign.com.br>
  • Loading branch information
rdwebdesign committed Feb 4, 2024
1 parent c2fbc18 commit da84675
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 da84675

Please sign in to comment.