Upgrade to v1.6.2
This commit is contained in:
+27
-19
@@ -3,25 +3,25 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Riot</title>
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="vector-icons/apple-touch-icon-57x57.4bf468f.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="vector-icons/apple-touch-icon-60x60.85233d3.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="vector-icons/apple-touch-icon-72x72.d028099.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="vector-icons/apple-touch-icon-76x76.3c0cfb0.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="vector-icons/apple-touch-icon-114x114.4aee22f.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="vector-icons/apple-touch-icon-120x120.75d66b7.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="vector-icons/apple-touch-icon-144x144.6e5f577.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="vector-icons/apple-touch-icon-152x152.cab4406.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="vector-icons/apple-touch-icon-180x180.e6a28d9.png">
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="vector-icons/apple-touch-icon-57x57.250bbfd.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="vector-icons/apple-touch-icon-60x60.4d632a0.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="vector-icons/apple-touch-icon-72x72.e93344d.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="vector-icons/apple-touch-icon-76x76.bfcf806.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="vector-icons/apple-touch-icon-114x114.90ee055.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="vector-icons/apple-touch-icon-120x120.efb825d.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="vector-icons/apple-touch-icon-144x144.22c7dba.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="vector-icons/apple-touch-icon-152x152.619b458.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="vector-icons/apple-touch-icon-180x180.a6f14e2.png">
|
||||
<link rel="manifest" href="manifest.json">
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<link rel="shortcut icon" href="vector-icons/favicon.4535157.ico">
|
||||
<meta name="apple-mobile-web-app-title" content="Riot">
|
||||
<meta name="application-name" content="Riot">
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="msapplication-TileImage" content="vector-icons/mstile-144x144.6e5f577.png">
|
||||
<meta name="msapplication-TileImage" content="vector-icons/mstile-144x144.22c7dba.png">
|
||||
<meta name="msapplication-config" content="vector-icons/browserconfig.e54b06e.xml">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<meta property="og:image" content="https://riot.im/app/themes/riot/img/logos/riot-im-logo-black-text.png">
|
||||
<meta property="og:image" content="https://riot.im/app/themes/riot/img/logos/opengraph.png">
|
||||
<meta http-equiv="Content-Security-Policy" content="
|
||||
default-src 'none';
|
||||
style-src 'self' 'unsafe-inline';
|
||||
@@ -38,24 +38,32 @@
|
||||
manifest-src 'self';
|
||||
">
|
||||
|
||||
<link rel="stylesheet" href="bundles/9f769ac7a648e2ec9507/bundle.css">
|
||||
<link rel="stylesheet" href="bundles/ad206c913dd23f98f2b9/bundle.css">
|
||||
|
||||
<link rel="stylesheet" disabled="disabled" title="Light" href="bundles/9f769ac7a648e2ec9507/theme-light.css">
|
||||
<link rel="stylesheet" disabled="disabled" title="Light" href="bundles/ad206c913dd23f98f2b9/theme-light.css">
|
||||
|
||||
<link rel="stylesheet" disabled="disabled" title="Dark" href="bundles/9f769ac7a648e2ec9507/theme-dark.css">
|
||||
<link rel="stylesheet" disabled="disabled" title="Dark" href="bundles/ad206c913dd23f98f2b9/theme-dark.css">
|
||||
|
||||
<link rel="stylesheet" disabled="disabled" title="Light-custom" href="bundles/9f769ac7a648e2ec9507/theme-light-custom.css">
|
||||
<link rel="stylesheet" disabled="disabled" title="Light-custom" href="bundles/ad206c913dd23f98f2b9/theme-light-custom.css">
|
||||
|
||||
<link rel="stylesheet" disabled="disabled" title="Dark-custom" href="bundles/9f769ac7a648e2ec9507/theme-dark-custom.css">
|
||||
<link rel="stylesheet" disabled="disabled" title="Dark-custom" href="bundles/ad206c913dd23f98f2b9/theme-dark-custom.css">
|
||||
|
||||
</head>
|
||||
<body style="height: 100%;" data-vector-indexeddb-worker-script="bundles/9f769ac7a648e2ec9507/indexeddb-worker.js">
|
||||
<body style="height: 100%; margin: 0;" data-vector-indexeddb-worker-script="bundles/ad206c913dd23f98f2b9/indexeddb-worker.js">
|
||||
<noscript>Sorry, Riot requires JavaScript to be enabled.</noscript> <!-- TODO: Translate this? -->
|
||||
<section id="matrixchat" style="height: 100%; overflow: auto;"></section>
|
||||
<script src="bundles/9f769ac7a648e2ec9507/bundle.js"></script>
|
||||
<section id="matrixchat" style="height: 100%; overflow: auto;" class="notranslate"></section>
|
||||
<script src="bundles/ad206c913dd23f98f2b9/bundle.js"></script>
|
||||
|
||||
<!-- Legacy supporting Prefetch images -->
|
||||
<img src="img/warning.05cc423.svg" width="24" height="23" style="visibility: hidden; position: absolute; top: 0px; left: 0px;">
|
||||
<img src="img/e2e/warning.2d79aff.svg" width="24" height="23" style="visibility: hidden; position: absolute; top: 0px; left: 0px;">
|
||||
<img src="img/feather-customised/warning-triangle.d050a38.svg" width="24" height="23" style="visibility: hidden; position: absolute; top: 0px; left: 0px;">
|
||||
<img src="img/format/bold.38e6779.svg" width="25" height="22" style="visibility: hidden; position: absolute; top: 0px; left: 0px;">
|
||||
<img src="img/format/code.ea9f385.svg" width="25" height="22" style="visibility: hidden; position: absolute; top: 0px; left: 0px;">
|
||||
<img src="img/format/italics.4e279d1.svg" width="25" height="22" style="visibility: hidden; position: absolute; top: 0px; left: 0px;">
|
||||
<img src="img/format/quote.5843424.svg" width="25" height="22" style="visibility: hidden; position: absolute; top: 0px; left: 0px;">
|
||||
<img src="img/format/strikethrough.bac51cb.svg" width="25" height="22" style="visibility: hidden; position: absolute; top: 0px; left: 0px;">
|
||||
|
||||
<audio id="messageAudio">
|
||||
<source src="media/message.ogg" type="audio/ogg">
|
||||
<source src="media/message.mp3" type="audio/mpeg">
|
||||
|
||||
Reference in New Issue
Block a user