Sha256: 2010c5c3e483d9977e3ddd309b9950799a9deb557ce21ec2905c8623740f3550
Contents?: true
Size: 370 Bytes
Versions: 7
Compression:
Stored size: 370 Bytes
Contents
// Use this file for Boostrap customization applied across the Spree Backend document.addEventListener('DOMContentLoaded', function() { $('.with-tip').each(function() { $(this).tooltip({ container: $(this) }) }) $('.with-tip').on('show.bs.tooltip', function(event) { if (('ontouchstart' in window)) { event.preventDefault() } }) })
Version data entries
7 entries across 7 versions & 1 rubygems