Switch element selector to be both images instead of first image for toggle disabled
This commit is contained in:
parent
166f7ef985
commit
9a09e2d87c
|
|
@ -44,7 +44,7 @@ $(document).ready(function() {
|
|||
getCard(PREVIOUS);
|
||||
});
|
||||
$(".diceroll").on("click", function() { rollDice(); });
|
||||
$("#firstimg").longPress({
|
||||
$(".card-image").longPress({
|
||||
holdTime: 1000,
|
||||
onHoldStart: function() {
|
||||
toggleState($(this));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user