Ignore the remaining console errors for now.

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2020-05-29 10:42:21 +03:00
parent 7e2b48adcc
commit f04647fc9e
6 changed files with 14 additions and 14 deletions

View File

@@ -113,7 +113,7 @@ function add(domain, list) {
updateTopLists();
},
error: function (jqXHR, exception) {
console.log(exception);
console.log(exception); // eslint-disable-line no-console
}
});
}