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

5 lines
138 B
JavaScript

$(document).on('mq4hsChange', function (e) {
'use strict';
$(document.documentElement).toggleClass('bs-true-hover', e.trueHover);
});