Sha256: b7ba512fdb88f6d290ecf941dada82225316b0720c75e11e9a908bdc7b078b03
Contents?: true
Size: 400 Bytes
Versions: 36
Compression:
Stored size: 400 Bytes
Contents
$(document).foundation(); // initialize datepickers $(document).ready(function() { $.datepicker.setDefaults({ changeMonth : true, changeYear : true, yearRange: '-100:+100' }); }); // get rid of translation_missing tooltips $(document).ready(function() { $(this).on('mouseover', '.translation_missing', function() { $(this).attr('title', ''); }); });
Version data entries
36 entries across 36 versions & 1 rubygems