Skip to content

Commit

Permalink
removed shuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
sidorelauku committed Jul 8, 2023
1 parent 020c91c commit ad5790b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@
});
</script>
{% endif %}
<script type="text/javascript">
<!-- <script type="text/javascript">
var myList = document.querySelector('#committee-member');
for (var i = myList.children.length; i >= 0; i--) {
myList.appendChild(myList.children[Math.random() * i | 0]);
}
</script>
</script> -->

{% include schema-event.html %}
</body>
Expand Down

0 comments on commit ad5790b

Please sign in to comment.