mirror of
https://git.coop/cotech/website.git
synced 2024-11-22 14:43: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
|
//# sourceMappingURL=app.js.map
|
||||||
|
|
||||||
|
|
||||||
$('#client-list .column').shuffle();
|
$('#client-list .column').shuffle();
|
||||||
|
window.setInterval(function(){
|
||||||
|
/// call your function here
|
||||||
|
$('#client-list .column').shuffle();
|
||||||
|
}, 7000);
|
||||||
|
Loading…
Reference in New Issue
Block a user