aboutsummaryrefslogtreecommitdiff
path: root/js/hover.js
blob: 50ba777681d4f2dcd4c94c2d8c07d58cdd1b5dcb (plain)
1
2
3
4
$(document).on('mq4hsChange', function (e) {
  'use strict';
  $(document.documentElement).toggleClass('bs-true-hover', e.trueHover);
});