Skip to content

Commit 043ce9d

Browse files
committed
Allow console message for debug (temporary)
This commit will be removed. Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
1 parent 9f48e1c commit 043ce9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pi-hole/js/settings-dns.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ function saveRecord() {
283283

284284
// Save the new values
285285
// --- insert $.ajax() call to actually save the data
286-
console.log(values.join(","));
286+
console.log(values.join(",")); // eslint-disable-line no-console
287287

288288
// Finish the edition disabling the fields
289289
$(this).closest("tr").find("td input").prop("disabled", true);

0 commit comments

Comments
 (0)