mirror of
https://git.coop/cotech/website.git
synced 2025-06-26 08:30:47 +00:00
11 lines
260 B
JavaScript
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);
|