Skip to content

Commit

Permalink
fix(filter): fix reset behavior
Browse files Browse the repository at this point in the history
- 修复 筛选重置按钮的行为
  • Loading branch information
txperl committed Sep 15, 2022
1 parent 0351457 commit 45ac622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/templates/multiverse/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h2>搜索</h2>
<button class="primary"
onclick="javascript: saveFiltersCookie(); saveSettingsCookie(); grpActChon('now');">保存</button>
<button class="primary"
onclick="javascript: saveFiltersCookie(true); saveSettingsCookie(true); grpActChon('now');">重置</button>
onclick="javascript: saveFiltersCookie(true); grpActChon('now');">重置</button>
</section>
</div>
</div>
Expand Down

0 comments on commit 45ac622

Please sign in to comment.