/home/techb158/immovalet.com/platform/themes/shopwise/public/js
NameSizeModeActions
app.js1304360644editdlrm
backend.js152750644editdlrm
icons-field.js402670644editdlrm
imagesloaded.pkgd.min.js55500644editdlrm
isotope-loadmore.js12630644editdlrm
isotope.min.js351480644editdlrm
jquery-3.5.1.min.js895200644editdlrm
jquery-ui.js2566720644editdlrm
jquery.countdown.min.js53350644editdlrm
jquery.elevatezoom.js320470644editdlrm
jquery.fitvids.js20560644editdlrm
jquery.ui.touch-punch.min.js12870644editdlrm
magnific-popup.min.js202140644editdlrm
parallax.js58520644editdlrm
popper.min.js208520644editdlrm
script.js25250644editdlrm
scripts.js143740644editdlrm
slick.min.js396460644editdlrm
waypoints.min.js89640644editdlrm
Edit: /home/techb158/immovalet.com/platform/themes/shopwise/public/js/jquery.ui.touch-punch.min.js (1287B)
/*! * jQuery UI Touch Punch 0.2.3 * * Copyright 2011–2014, Dave Furfero * Dual licensed under the MIT or GPL Version 2 licenses. * * Depends: * jquery.ui.widget.js * jquery.ui.mouse.js */ !function(o){function t(o,t){if(!(o.originalEvent.touches.length>1)){o.preventDefault();var e=o.originalEvent.changedTouches[0],u=document.createEvent("MouseEvents");u.initMouseEvent(t,!0,!0,window,1,e.screenX,e.screenY,e.clientX,e.clientY,!1,!1,!1,!1,0,null),o.target.dispatchEvent(u)}}if(o.support.touch="ontouchend"in document,o.support.touch){var e,u=o.ui.mouse.prototype,n=u._mouseInit,c=u._mouseDestroy;u._touchStart=function(o){!e&&this._mouseCapture(o.originalEvent.changedTouches[0])&&(e=!0,this._touchMoved=!1,t(o,"mouseover"),t(o,"mousemove"),t(o,"mousedown"))},u._touchMove=function(o){e&&(this._touchMoved=!0,t(o,"mousemove"))},u._touchEnd=function(o){e&&(t(o,"mouseup"),t(o,"mouseout"),this._touchMoved||t(o,"click"),e=!1)},u._mouseInit=function(){var t=this;t.element.bind({touchstart:o.proxy(t,"_touchStart"),touchmove:o.proxy(t,"_touchMove"),touchend:o.proxy(t,"_touchEnd")}),n.call(t)},u._mouseDestroy=function(){var t=this;t.element.unbind({touchstart:o.proxy(t,"_touchStart"),touchmove:o.proxy(t,"_touchMove"),touchend:o.proxy(t,"_touchEnd")}),c.call(t)}}}(jQuery);