shuffle the clients in javascript rather than at build time to get a bit more diversity

This commit is contained in:
harry
2019-04-25 15:22:58 +01:00
parent ddb3df7127
commit bf696ef474
4 changed files with 21302 additions and 17638 deletions
@@ -6707,6 +6707,12 @@ h5#join-us {
.home #clients {
background-color: #f7f7f5; }
.client:nth-child(n+7){
display: none;
}
.client-thumb {
height: 150px;
width: 100%;
@@ -51,3 +51,6 @@ app.createMapMultiMarker = function(mapId, lat, lng, zoom, markersArray) {
};
//# sourceMappingURL=app.js.map
$('#client-list .column').shuffle();
File diff suppressed because one or more lines are too long