mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Ignore the remaining console errors for now.
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -113,7 +113,7 @@ function add(domain, list) {
|
||||
updateTopLists();
|
||||
},
|
||||
error: function (jqXHR, exception) {
|
||||
console.log(exception);
|
||||
console.log(exception); // eslint-disable-line no-console
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user