From c289f13bfd6ba6a282042a8d3eec0a02702b32d6 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:49:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Echrome=E6=89=A9=E5=B1=95?= 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 3fdc8b2..d4a1f85 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); })