We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f48e1c commit 043ce9dCopy full SHA for 043ce9d
scripts/pi-hole/js/settings-dns.js
@@ -283,7 +283,7 @@ function saveRecord() {
283
284
// Save the new values
285
// --- insert $.ajax() call to actually save the data
286
- console.log(values.join(","));
+ console.log(values.join(",")); // eslint-disable-line no-console
287
288
// Finish the edition disabling the fields
289
$(this).closest("tr").find("td input").prop("disabled", true);
0 commit comments