You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, would be nice to have a way of revert a like or dislike, for example:
In my use case, users cannot like or dislike items if they are not logged in, so if user drags and drops the item without log in the current item should go back to the top of the deck, so that should be something like
$("#tinderslide").jTinder('revert');
Any idea how to modify the current script for add this functionality?
The text was updated successfully, but these errors were encountered:
Hi, would be nice to have a way of revert a like or dislike, for example:
In my use case, users cannot like or dislike items if they are not logged in, so if user drags and drops the item without log in the current item should go back to the top of the deck, so that should be something like
Any idea how to modify the current script for add this functionality?
The text was updated successfully, but these errors were encountered: