Skip to content

Commit

Permalink
v0.13.10 漏网之鱼
Browse files Browse the repository at this point in the history
进一步清理与长时间未运行Gloria有关的代码.
  • Loading branch information
BlackGlory committed Jun 3, 2020
1 parent 8a42258 commit 5b52bb2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gloria",
"version": "0.13.9",
"version": "0.13.10",
"description": "A programmable website notifications aggregator in Chrome.",
"repository": {
"type": "git",
Expand Down
5 changes: 0 additions & 5 deletions src/background.ls
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,6 @@ function check-stage redux-store

lazy-actions = [creator.set-config 'LastActiveDate', new Date!toString!]

each ((task) ->
if not task.is-enable and new Date! - new Date(task.trigger-date) > 24h * 60m * 60s * 1000ms
lazy-actions.push creator.clear-stage task.id
), tasks

each (({ id, stage }) ->
task = tasks.find (.id is id)

Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Gloria"
, "version": "0.13.9"
, "version": "0.13.10"
, "manifest_version": 2
, "description": "__MSG_AppDesc__"
, "default_locale": "en"
Expand Down

0 comments on commit 5b52bb2

Please sign in to comment.