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:
@ -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);
|
||||
|
Reference in New Issue
Block a user