Sha256: 64bf32defe7fad7f59ec40d962aa474e02414d845b05db3ea7a02a8c6b7ca023
Contents?: true
Size: 249 Bytes
Versions: 3
Compression:
Stored size: 249 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
3 entries across 3 versions & 1 rubygems