0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-02 00:52:19 +01:00
Bootstrap/js/hover.js

5 lines
138 B
JavaScript
Raw Normal View History

2015-01-01 01:41:56 -08:00
$(document).on('mq4hsChange', function (e) {
'use strict';
$(document.documentElement).toggleClass('bs-true-hover', e.trueHover);
});