From 5a0bb1e11278476738760bcc35065187fc1a22bb Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Tue, 10 Feb 2026 21:04:51 +0000 Subject: Convert jQuery to vanillaJS --- resources/js/statistics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/statistics.js b/resources/js/statistics.js index b65f01439d..1ed7ad06ea 100644 --- a/resources/js/statistics.js +++ b/resources/js/statistics.js @@ -123,7 +123,7 @@ class Statistics { this.callbacks.push(callback); } - $(window).resize(function () { + window.addEventListener('resize', function () { callback(); }); } -- cgit v1.3