From 492381b86090cea7366711ed752e2aa0f582fdc8 Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Thu, 19 Nov 2020 09:31:30 +0800 Subject: [PATCH] * Finish task#8421. Fix bug. --- module/todo/js/common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/module/todo/js/common.js b/module/todo/js/common.js index 5b68498f5c..a579536014 100644 --- a/module/todo/js/common.js +++ b/module/todo/js/common.js @@ -159,6 +159,7 @@ function showEvery(switcher) $('.every').removeClass('hidden'); $('#configSpecify').removeAttr('checked'); $('#cycleYear').removeAttr('checked'); + $('#configEvery').removeAttr('checked'); } }