mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-08 05:54:23 +01:00
5 lines
138 B
JavaScript
5 lines
138 B
JavaScript
$(document).on('mq4hsChange', function (e) {
|
|
'use strict';
|
|
$(document.documentElement).toggleClass('bs-true-hover', e.trueHover);
|
|
});
|