Skip to content

Commit da84675

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 c2fbc18 commit da84675

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
@@ -284,7 +284,7 @@ function saveRecord() {
284284

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

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

0 commit comments

Comments
 (0)