diff --git a/app/themes/coop-tech-oowp-theme/public/js/app.js b/app/themes/coop-tech-oowp-theme/public/js/app.js index 3a2dd4d..8bcc320 100644 --- a/app/themes/coop-tech-oowp-theme/public/js/app.js +++ b/app/themes/coop-tech-oowp-theme/public/js/app.js @@ -51,6 +51,8 @@ app.createMapMultiMarker = function(mapId, lat, lng, zoom, markersArray) { }; //# sourceMappingURL=app.js.map - - -$('#client-list .column').shuffle(); \ No newline at end of file +$('#client-list .column').shuffle(); +window.setInterval(function(){ + /// call your function here + $('#client-list .column').shuffle(); +}, 7000);