Sha256: dc3577278769afbb515a751cc37e990c1841cc89402ce6ab11eb4994a1065f52
Contents?: true
Size: 250 Bytes
Versions: 5
Compression:
Stored size: 250 Bytes
Contents
$(document).ready(function() { // foundation datepicker $('.datepicker').fdatepicker(); // 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