Sha256: d12b94a1e6054ab08c2b810e89b668fbbc78ed08afc29a91cccf4b262913189b
Contents?: true
Size: 370 Bytes
Versions: 23
Compression:
Stored size: 370 Bytes
Contents
2011.03.23 jqtouch.js Fix problem with open local MP4 video by link. in function liveTap(e) { change var href = $el.attr("href"); to var href = $el.attr("href"); if (href.indexOf("mp4") != -1){ animation = null; window.location = href; return false; }
Version data entries
23 entries across 23 versions & 1 rubygems