4
0
mirror of https://git.coop/cotech/website.git synced 2025-06-26 16:40:52 +00:00
Files
cotech-website/assets/js/app.js
Chris Lowis b8127bffd3 Remove maps from the site
I've also removed as much related code as I can find.
2025-06-20 13:13:55 +01:00

11 lines
260 B
JavaScript

$(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);