matteo1990
Results
1
comments of
matteo1990
My temporary workaroud: adding a setTimeout to the function that closes the image. Something like: > $( '#swipebox-close' ).bind( action, function() { > setTimeout(function(){ $this.closeSlide(); }, 1000); >} );