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