Skip to content

Commit 461bf57

Browse files
author
季洪俊
committed
添加chrome扩展 chrome-tools
1 parent c289f13 commit 461bf57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/js/popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$(function () {
1+
$(function () {
22
chrome.storage.sync.get('total', function (budget) {
33
$('#total').text(budget.total);
44
})

0 commit comments

Comments
 (0)