Sha256: 506783cd13fda26963fb3604ebbf6be817c58a444cc0bf4e6efb282914823b79
Contents?: true
Size: 344 Bytes
Versions: 5
Compression:
Stored size: 344 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
5 entries across 5 versions & 1 rubygems