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);
|
getCard(PREVIOUS);
|
||||||
});
|
});
|
||||||
$(".diceroll").on("click", function() { rollDice(); });
|
$(".diceroll").on("click", function() { rollDice(); });
|
||||||
$("#firstimg").longPress({
|
$(".card-image").longPress({
|
||||||
holdTime: 1000,
|
holdTime: 1000,
|
||||||
onHoldStart: function() {
|
onHoldStart: function() {
|
||||||
toggleState($(this));
|
toggleState($(this));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user