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:
@@ -23,7 +23,7 @@ function getGroups() {
|
||||
);
|
||||
}
|
||||
|
||||
$(document).ready(function () {
|
||||
$(function () {
|
||||
$("#btnAdd").on("click", addAdlist);
|
||||
|
||||
utils.setBsSelectDefaults();
|
||||
|
||||
Reference in New Issue
Block a user