From 876e7cd0c8782d624b97d91698ca00a5e0bf29a6 Mon Sep 17 00:00:00 2001 From: Chris Lowis Date: Fri, 20 Jun 2025 13:12:21 +0100 Subject: [PATCH] Remove client-list shuffle javascript The selector in this JS doesn't seem to match anything on the site, so I'm removing it. --- assets/js/app.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/assets/js/app.js b/assets/js/app.js index 1b70cd4..c5ab0b6 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -1,10 +1,3 @@ $(document).foundation(); var elem = new Foundation.Sticky($('.top-bar')); - -//# sourceMappingURL=app.js.map -$('#client-list .column').shuffle(); -window.setInterval(function(){ - /// call your function here - $('#client-list .column').shuffle(); -}, 7000);