mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-02 00:52:19 +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);
|
|
});
|