From 461bf57de3b02738d1eba80ab6e8c2114a675218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E6=B4=AA=E4=BF=8A?= Date: Fri, 16 Sep 2022 19:52:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0chrome=E6=89=A9=E5=B1=95=20ch?= =?UTF-8?q?rome-tools?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/js/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/js/popup.js b/plugin/js/popup.js index d4a1f85..3fdc8b2 100644 --- a/plugin/js/popup.js +++ b/plugin/js/popup.js @@ -1,4 +1,4 @@ -$(function () { +$(function () { chrome.storage.sync.get('total', function (budget) { $('#total').text(budget.total); })