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:
@@ -121,6 +121,6 @@ $(window).on("resize", function () {
|
||||
.addClass("input-group-btn");
|
||||
}
|
||||
});
|
||||
$(document).ready(function () {
|
||||
$(function () {
|
||||
$(window).trigger("resize");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user