This commit is contained in:
parent
3006da5319
commit
fdfc5c63df
5 changed files with 17 additions and 5 deletions
|
@ -181,3 +181,8 @@ select {
|
|||
#explore:not([data-loaded="true"]) {
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
body[data-android="true"] [data-cmd="reload"],
|
||||
body[data-android="true"] [data-cmd="window"] {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<link rel="stylesheet" href="index.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
<div id="list" data-loading=true>
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
/* globals UAParser */
|
||||
'use strict';
|
||||
|
||||
document.body.dataset.android = navigator.userAgent.indexOf('Android') !== -1;
|
||||
|
||||
var json = [];
|
||||
|
||||
function filter(list) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue