mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-05 05:40:59 +00: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);
|
||
|
|
});
|