mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-10-08 08:45:14 +08:00
翻译按钮点击绑定事件
This commit is contained in:
@@ -87,6 +87,7 @@ $(function() {
|
||||
})
|
||||
});
|
||||
|
||||
// 番茄钟
|
||||
$('#clock').click(function() {
|
||||
$('#pomodoro').fadeIn(500);
|
||||
$('#article').fadeOut(0);
|
||||
@@ -100,4 +101,4 @@ $(function() {
|
||||
$('#back').css("display", "none");
|
||||
chrome.storage.sync.set({ "clockState": "none" });
|
||||
})
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user