mirror of
https://git.coop/cotech/website.git
synced 2024-11-22 06:33:07 +00:00
shuffle the clients every 7 seconds
This commit is contained in:
parent
bf696ef474
commit
965c0c302c
@ -51,6 +51,8 @@ app.createMapMultiMarker = function(mapId, lat, lng, zoom, markersArray) {
|
||||
};
|
||||
|
||||
//# sourceMappingURL=app.js.map
|
||||
|
||||
|
||||
$('#client-list .column').shuffle();
|
||||
window.setInterval(function(){
|
||||
/// call your function here
|
||||
$('#client-list .column').shuffle();
|
||||
}, 7000);
|
||||
|
Loading…
Reference in New Issue
Block a user