bump 1.1.5
This commit is contained in:
parent
3af5ca5cd4
commit
3fbcd876ae
5 changed files with 6 additions and 6 deletions
|
|
@ -106,7 +106,7 @@ function getRoute () {
|
|||
}
|
||||
|
||||
function isMobile () {
|
||||
return /mobile/i.test(navigator.userAgent)
|
||||
return document.body.clientWidth <= 600
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue