Sha256: 2874ab4e068c3d17a85eedde2cad90baab52d97c8edc8db24a4ce870b5992a4e
Contents?: true
Size: 344 Bytes
Versions: 15
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
15 entries across 15 versions & 1 rubygems