Office of Biorepositories and Biospecimen Research & Explorers of the Body

This commit is contained in:
nik gaffney 2020-11-18 00:58:25 +01:00
parent 4144081e6a
commit c899754c2e

View file

@ -158,7 +158,7 @@ var Deck = (function () {
// calculate rank/suit, etc..
var rank = i % 13 + 1;
var suit = i / 13 | 0;
var suit = i / 2 | 0;
var z = (30 - i) / 2;
// create elements