Sha256: 14e099a747bf871dca509f7a083d6283b2671139501ec2b86d4bcaec410c1e29
Contents?: true
Size: 346 Bytes
Versions: 4
Compression:
Stored size: 346 Bytes
Contents
$(function() { var toggleVCL = function(e) { e.preventDefault(); // Only affects Desktop version of the Veterans Crisis line. // Mobile is handled via menu.js and works with all overlays. $(this).parents('.va-crisis-panel').toggleClass('va-crisis-panel--open'); } $('.va-crisis-line--notouch').on('click', toggleVCL); });
Version data entries
4 entries across 4 versions & 1 rubygems