mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Use $(fn)
This is the recommended way in jQuery 3.x. Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -107,7 +107,7 @@ function autofilter() {
|
||||
return $("#autofilter").prop("checked");
|
||||
}
|
||||
|
||||
$(document).ready(function () {
|
||||
$(function () {
|
||||
// Do we want to filter queries?
|
||||
var GETDict = {};
|
||||
window.location.search
|
||||
|
||||
Reference in New Issue
Block a user