1
0
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:
Chris Rebert
2015-01-01 01:41:56 -08:00
parent 8e374bd010
commit eaaaa00520
3 changed files with 20 additions and 1 deletions

4
js/hover.js Normal file
View File

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