fix responsive trigger

This commit is contained in:
r888888888
2017-09-23 13:38:36 -07:00
parent e339c0c919
commit 233c118df4

View File

@@ -40,8 +40,8 @@
if (!window.matchMedia) {
return;
}
var mq = window.matchMedia('@media all and (max-width: 660px)');
var mq = window.matchMedia('(max-width: 660px)');
if (!mq.matches) {
return;
}