From a1aa8c2e38ebadd9f28057d3a3db240f0c1dd392 Mon Sep 17 00:00:00 2001 From: eight Date: Wed, 30 Oct 2019 01:54:41 +0800 Subject: [PATCH] fixup! Fix: i18n sync status --- options/options.js | 1 - 1 file changed, 1 deletion(-) diff --git a/options/options.js b/options/options.js index 7f97ec1f..e5cb4ad1 100644 --- a/options/options.js +++ b/options/options.js @@ -117,7 +117,6 @@ document.onclick = e => { } function getStatusText() { - // FIXME: i18n if (status.syncing) { if (status.progress) { const {phase, loaded, total} = status.progress;