2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03: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
View File
@@ -0,0 +1,4 @@
$(document).on('mq4hsChange', function (e) {
'use strict';
$(document.documentElement).toggleClass('bs-true-hover', e.trueHover);
});