fix responsive trigger
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var mq = window.matchMedia('@media all and (max-width: 660px)');
|
var mq = window.matchMedia('(max-width: 660px)');
|
||||||
if (!mq.matches) {
|
if (!mq.matches) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user