4
0
mirror of https://git.coop/cotech/website.git synced 2025-06-26 08:30:47 +00:00

Remove client-list shuffle javascript

The selector in this JS doesn't seem to match anything on the site, so
I'm removing it.
This commit is contained in:
Chris Lowis
2025-06-20 13:12:21 +01:00
parent bf84b721b6
commit 876e7cd0c8

View File

@ -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);