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