Ray Lothian 2018-08-17 10:46:10 +04:30
parent 3006da5319
commit fdfc5c63df
5 changed files with 17 additions and 5 deletions

View file

@ -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;
}

View file

@ -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>

View file

@ -1,6 +1,8 @@
/* globals UAParser */
'use strict';
document.body.dataset.android = navigator.userAgent.indexOf('Android') !== -1;
var json = [];
function filter(list) {