fix
This commit is contained in:
parent
d8628004fb
commit
e41715297f
@ -31,6 +31,8 @@
|
||||
<script>
|
||||
(function() {
|
||||
window.GLOBAL_ENV = {};
|
||||
window.__OVERLAY__ = /overlay/.test(location.pathname)
|
||||
window.__BILLING_STANDALONE__ = /^\/billing/.test(location.pathname)
|
||||
|
||||
window.IS_IOS = /iPad|iPhone|iPod/.test(navigator.userAgent);
|
||||
window.IS_MOBILE = window.matchMedia("(pointer: coarse)").matches;
|
||||
|
||||
Reference in New Issue
Block a user