зеркало из https://github.com/mozilla/usecounters.git
Store UI state across updates
This commit is contained in:
Родитель
b0f98c4f42
Коммит
050f5457bf
|
@ -1,6 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="icon" href="https://telemetry.mozilla.org/favicon.ico">
|
||||
<style>
|
||||
|
||||
body {
|
||||
|
@ -446,8 +447,9 @@ async function updateUI(params = null) {
|
|||
async function update(params = null) {
|
||||
document.getElementById("loading-overlay").classList.remove("hidden");
|
||||
|
||||
await updateUI(params);
|
||||
makeHash();
|
||||
params = params || parseQueryString();
|
||||
await updateUI(params);
|
||||
await updateMetrics();
|
||||
|
||||
document.getElementById("loading-overlay").classList.add("hidden");
|
||||
|
|
Загрузка…
Ссылка в новой задаче