Ekkehard von Kuenssberg, Thomas Hazlehurst (artist), Niccolò Lapi & Szkodna.
This commit is contained in:
parent
e27a7e824c
commit
ee704c8a19
1 changed files with 3 additions and 3 deletions
|
@ -11,11 +11,11 @@ var $container = document.getElementById('container')
|
|||
var $topbar = document.getElementById('topbar')
|
||||
|
||||
var $shuffle = document.createElement('button')
|
||||
var $shufflesuit = document.createElement('button')
|
||||
var $loq = document.createElement('button')
|
||||
var $fan = document.createElement('button')
|
||||
|
||||
$shuffle.textContent = 'Shuffle'
|
||||
$shufflesuit.textContent = 'L.O.Q'
|
||||
$loq.textContent = 'L.O.Q'
|
||||
$fan.textContent = 'Fan'
|
||||
|
||||
$topbar.appendChild($shuffle)
|
||||
|
@ -148,7 +148,7 @@ $bysuit.addEventListener('click', function () {
|
|||
deck.bysuit()
|
||||
})
|
||||
|
||||
$shufflesuit.addEventListener('click', function () {
|
||||
$loq.addEventListener('click', function () {
|
||||
deck.shuffle()
|
||||
deck.bysuit()
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue