mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 09:34:36 +02:00
Integrate mq4-hover-hover-shim
This commit is contained in:
4
js/hover.js
Normal file
4
js/hover.js
Normal file
@@ -0,0 +1,4 @@
|
||||
$(document).on('mq4hsChange', function (e) {
|
||||
'use strict';
|
||||
$(document.documentElement).toggleClass('bs-true-hover', e.trueHover);
|
||||
});
|
Reference in New Issue
Block a user